GetDriveType16 (KRNL386.136)
UINT16 GetDriveType16 ( UINT16 drive )
[In] | number (NOT letter) of drive. |
Get the type of a drive in Win16.
The type of the Drive. For a list see GetDriveTypeW from kernel32.
Note that it returns DRIVE_REMOTE for CD-ROMs, since MSCDEX uses the remote drive API. The return value DRIVE_REMOTE for CD-ROMs has been verified on Win 3.11 and Windows® 95. Some programs rely on it, so don't do any pseudo-clever changes.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/kernel32/file16.c". source.winehq.org/source/dlls/kernel32/file16.c
Debug channel "file".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.