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.

43 lines
780 B

  1. /*++
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name:
  4. vsscmn.h
  5. Abstract:
  6. common defines for the VSS task component
  7. Author:
  8. Charlie Wickham (charlwi) 26-Aug-2002
  9. Environment:
  10. User Mode
  11. Revision History:
  12. --*/
  13. #ifndef _VSSCMN_
  14. #define _VSSCMN_
  15. //
  16. // Resource type
  17. //
  18. #define CLUS_RESTYPE_NAME_VSSTASK L"Volume Shadow Copy Service Task"
  19. //
  20. // Resource property names
  21. //
  22. #define CLUSREG_NAME_VSSTASK_CURRENTDIRECTORY L"CurrentDirectory"
  23. #define CLUSREG_NAME_VSSTASK_APPNAME L"ApplicationName"
  24. #define CLUSREG_NAME_VSSTASK_APPPARAMS L"ApplicationParams"
  25. #define CLUSREG_NAME_VSSTASK_TRIGGERARRAY L"TriggerArray"
  26. #endif // _VSSCMN_
  27. /* end vsscmn.h */