Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
-
Type: DWORD
-
The total amount of storage space, in bytes, on the disk associated with the drive.
-
dwFreeSpace
-
Type: DWORD
-
The amount of free storage space, in bytes, on the disk associated with the drive.
-
szPath
-
Type: TCHAR[260]
-
the null-terminated path of the current directory.
-
szVolume
-
Type: TCHAR[14]
-
The null-terminated volume label of the disk associated with the drive.
-
szShare
-
Type: TCHAR[128]
-
The null-terminated name of the network resource (if the drive is being accessed through a network).
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also