Tests/Partition: Compiler delinit
[AROS.git] / tools / adflib / Win32 / nt4_dev.h
blobe3fc4818c95a941a491d2545d0e3e91f40919186
1 /* nt4_dev.h - prototypes for NT4 direct drive access functions
3 * Copyright 1999 by Dan Sutherland
4 */
6 HANDLE NT4OpenDrive(char *strDrive);
7 BOOL NT4CloseDrive(HANDLE hDrv);
8 BOOL NT4ReadSector(HANDLE hDrv, long iSect, int iSize, void *lpvoidBuf);
9 BOOL NT4WriteSector(HANDLE hDrv, long iSect, int iSize, void *lpvoidBuf);
10 ULONG NT4GetDriveSize(HANDLE hDrv);