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.

52 lines
1.5 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // DebugEx.h
  7. //
  8. // Abstract:
  9. // Global definitions across the DLL.
  10. //
  11. // Implementation File:
  12. // DebugEx.cpp
  13. //
  14. // Author:
  15. // David Potter (davidp) September 19, 1996
  16. //
  17. // Revision History:
  18. //
  19. // Notes:
  20. //
  21. /////////////////////////////////////////////////////////////////////////////
  22. #ifndef _DEBUGEX_H_
  23. #define _DEBUGEX_H_
  24. /////////////////////////////////////////////////////////////////////////////
  25. // Include Files
  26. /////////////////////////////////////////////////////////////////////////////
  27. #ifndef __AFXWIN_H__
  28. #error include 'stdafx.h' before including this file for PCH
  29. #endif
  30. #include "resource.h" // main symbols
  31. /////////////////////////////////////////////////////////////////////////////
  32. // Constant Definitions
  33. /////////////////////////////////////////////////////////////////////////////
  34. #define REGPARAM_PARAMETERS L"Parameters"
  35. #define REGPARAM_DEBUG_PREFIX L"DebugPrefix"
  36. #define REGPARAM_SEPARATE_MONITOR L"SeparateMonitor"
  37. /////////////////////////////////////////////////////////////////////////////
  38. // Global Function Declarations
  39. /////////////////////////////////////////////////////////////////////////////
  40. void FormatError(CString & rstrError, DWORD dwError);
  41. /////////////////////////////////////////////////////////////////////////////
  42. #endif // _DEBUGEX_H_