int GetDrive (int *currentDriveNumber, int *numberOfDrives);
Gets the current default drive number and the total number of logical drives in the system.
Output | ||
Name | Type | Description |
currentDriveNumber | integer | The drive number of the new default drive. The mapping between the drive number and the logical drive letter is 0 = A, 1 = B, and so on. |
numberOfDrives | integer | The total number of drives in the system. The number of drives includes floppy disk drives, hard disk drives, RAM disks, and networked drives. |
Name | Type | Description | ||||||||||||
result | integer | The result of the call.
|