Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
248 B

  1. #define MIGISOL_INCLUDES
  2. #include "master.h"
  3. WriteDiskSectors(
  4. IN TCHAR Drive,
  5. IN UINT StartSector,
  6. IN UINT SectorCount,
  7. IN UINT SectorSize,
  8. IN LPBYTE Buffer
  9. );
  10. #define ARRAYSIZE(x) (sizeof((x))/sizeof((x)[0]))