FM_GETDRIVEINFOFM_GETDRIVEINFO*
*



Contents  *



Index  *Topic Contents
*Previous Topic: CPL_STOP
*Next Topic: FM_GETFILESEL

FM_GETDRIVEINFO

Sent by a File Manager extension to retrieve drive information from the active File Manager window.

Syntax

FM_GETDRIVEINFO 
    wParam = 0;                                         
    lParam = (LPARAM) (LPFMS_GETDRIVEINFO) lpfmsgdi;    

Parameters

lpfmsgdi
Address of an FMS_GETDRIVEINFO structure that receives drive information.

Return Values

Returns nonzero.

Remarks

If 0xFFFFFFFF is returned in the dwTotalSpace or dwFreeSpace member of the FMS_GETDRIVEINFO structure, the extension library must compute the value or values.

See Also

FMExtensionProc


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.