Leaked source code of windows server 2003
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.

36 lines
477 B

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