...
You are here: Main API -> Hardware API ->
PROC HDD_LBA_Read STDCALL USES ebx,ecx,edx,esi,edi ARG hdd_nr, sector_no, buff_ptr
This API reads a sector form a hard disk drive to a memory location.
Argument | Type | Description |
---|---|---|
hdd_nr | dword | hdd number / id to read from |
sector_no | dword | sector number to read from disk |
buff_ptr | dword | pointer to destination buffer |