DosQCurDisk

DosQCurDisk

#define INCL_DOSFILEMGR

USHORT  rc = DosQCurDisk(DriveNumber, LogicalDriveMap);

PUSHORT          DriveNumber;     /* Default drive number (returned) */
PULONG           LogicalDriveMap; /* Drive map area (returned) */

USHORT           rc;              /* return code */


[Back: DosQCurDir]
[Next: DosQFHandState]