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.

35 lines
498 B

  1. /*
  2. **++
  3. **
  4. ** Copyright (c) 2000-2001 Microsoft Corporation
  5. **
  6. **
  7. ** Module Name:
  8. **
  9. ** main.h
  10. **
  11. **
  12. ** Abstract:
  13. **
  14. ** Test program to to register a Writer with various properties
  15. **
  16. ** Author:
  17. **
  18. ** Reuven Lax [reuvenl] 04-June-2002
  19. **
  20. **
  21. **
  22. ** Revision History:
  23. **
  24. **--
  25. */
  26. #ifndef _MAIN_H_
  27. #define _MAIN_H_
  28. extern "C" __cdecl wmain(int argc, wchar_t ** argv);
  29. void loadFile(wchar_t* fileName);
  30. BOOL WINAPI handler(DWORD dwCtrlType);
  31. #endif