Platform SDK: Win32 API |
Retrieves information about the specified drive.
mov ax, 440Dh ; generic IOCTL mov bx, DriveNum ; see below mov ch, 8 ; device category mov cl, 6Fh ; Get Drive Map Info mov dx, seg DriveMapInfo ; see below mov ds, dx mov dx, offset DriveMapInfo int 21h jc error