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.

38 lines
472 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. winnt.h
  5. Abstract:
  6. This is the main header file for the Win32 dskdump command.
  7. Author:
  8. Mark Lucovsky (markl) 28-Jan-1991
  9. Revision History:
  10. --*/
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <windows.h>
  15. #include <assert.h>
  16. #include <stdio.h>
  17. #include <string.h>
  18. #include <ctype.h>
  19. int
  20. ProcessParameters(
  21. int argc,
  22. char *argv[]
  23. );
  24. HANDLE
  25. OpenVolume( CHAR c );