|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| wfext.h
| Unicode
| WinNT
| Platform Notes
| Windows 95: Only supports 16-bit FileManager
|
|
|
FM_GETDRIVEINFO
A File Manager extension sends an FM_GETDRIVEINFO message to retrieve drive
information from the active File Manager window.
FM_GETDRIVEINFO
wParam = 0; // not used, must be zero
lParam = (LPARAM) (LPFMS_GETDRIVEINFO) lpfmsgdi; // drive data
Parameters
lpfmsgdi
Value of lParam. Points to an FMS_GETDRIVEINFO structure that receives drive information.
Return Values
The return value is always 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, FMS_GETDRIVEINFO
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|