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.

58 lines
1.6 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1998 <company name>
  4. //
  5. // Module Name:
  6. // DummyEx.h
  7. //
  8. // Abstract:
  9. // Global definitions across the DLL.
  10. //
  11. // Implementation File:
  12. // DummyEx.cpp
  13. //
  14. // Author:
  15. // <name> (<e-mail name>) Mmmm DD, 1998
  16. //
  17. // Revision History:
  18. //
  19. // Notes:
  20. //
  21. /////////////////////////////////////////////////////////////////////////////
  22. #ifndef _DUMMYEX_H_
  23. #define _DUMMYEX_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_DUMMY_PENDING L"Pending"
  35. #define REGPARAM_DUMMY_PENDTIME L"PendTime"
  36. #define REGPARAM_DUMMY_OPENSFAIL L"OpensFail"
  37. #define REGPARAM_DUMMY_FAILED L"Failed"
  38. #define REGPARAM_DUMMY_ASYNCHRONOUS L"Asynchronous"
  39. /////////////////////////////////////////////////////////////////////////////
  40. // Global Function Declarations
  41. /////////////////////////////////////////////////////////////////////////////
  42. void FormatError(CString & rstrError, DWORD dwError);
  43. // Defined in Extensn.cpp
  44. extern const WCHAR g_wszResourceTypeNames[];
  45. extern const DWORD g_cchResourceTypeNames;
  46. /////////////////////////////////////////////////////////////////////////////
  47. #endif // _DUMMYEX_H_