FMS_GETDRIVEINFOFMS_GETDRIVEINFO*
*



Contents  *



Index  *Topic Contents
*Previous Topic: FILEGROUPDESCRIPTOR
*Next Topic: FMS_GETFILESEL

FMS_GETDRIVEINFO

Contains information about the drive selected in the active File Manager window (the directory window or the Search Results window).

Syntax

typedef struct _FMS_GETDRIVEINFO {
    DWORD dwTotalSpace; 
    DWORD dwFreeSpace; 
    TCHAR  szPath[260]; 
    TCHAR  szVolume[14]; 
    TCHAR  szShare[128]; 
} FMS_GETDRIVEINFO; 

Members

dwTotalSpace
Total amount of storage space, in bytes, on the disk associated with the drive.
dwFreeSpace
Amount of free storage space, in bytes, on the disk associated with the drive.
szPath
Null-terminated path of the current directory.
szVolume
Null-terminated volume label of the disk associated with the drive.
szShare
Null-terminated name of the network resource (if the drive is being accessed through a network).

See Also

FMExtensionProc, FM_GETDRIVEINFO


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