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.

59 lines
1.9 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2002 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // VSSTaskEx.h
  7. //
  8. // Implementation File:
  9. // VSSTaskEx.cpp
  10. //
  11. // Description:
  12. // Global definitions across the DLL.
  13. //
  14. // Author:
  15. // <name> (<e-mail name>) Mmmm DD, 2002
  16. //
  17. // Revision History:
  18. //
  19. // Notes:
  20. //
  21. /////////////////////////////////////////////////////////////////////////////
  22. #ifndef __VSSTASKEX_H__
  23. #define __VSSTASKEX_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 <vsscmn.h> // resource type and property defines
  31. #include "resource.h" // main symbols
  32. /////////////////////////////////////////////////////////////////////////////
  33. // Constant Definitions
  34. /////////////////////////////////////////////////////////////////////////////
  35. #define REGPARAM_VSSTASK_CURRENTDIRECTORY CLUSREG_NAME_VSSTASK_CURRENTDIRECTORY
  36. #define REGPARAM_VSSTASK_APPLICATIONNAME CLUSREG_NAME_VSSTASK_APPNAME
  37. #define REGPARAM_VSSTASK_APPLICATIONPARAMS CLUSREG_NAME_VSSTASK_APPPARAMS
  38. #define REGPARAM_VSSTASK_TRIGGERARRAY CLUSREG_NAME_VSSTASK_TRIGGERARRAY
  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 // __VSSTASKEX_H__