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
43 lines
780 B
/*++
|
|
|
|
Copyright (c) 2002 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
vsscmn.h
|
|
|
|
Abstract:
|
|
|
|
common defines for the VSS task component
|
|
|
|
Author:
|
|
|
|
Charlie Wickham (charlwi) 26-Aug-2002
|
|
|
|
Environment:
|
|
|
|
User Mode
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _VSSCMN_
|
|
#define _VSSCMN_
|
|
|
|
//
|
|
// Resource type
|
|
//
|
|
#define CLUS_RESTYPE_NAME_VSSTASK L"Volume Shadow Copy Service Task"
|
|
|
|
//
|
|
// Resource property names
|
|
//
|
|
#define CLUSREG_NAME_VSSTASK_CURRENTDIRECTORY L"CurrentDirectory"
|
|
#define CLUSREG_NAME_VSSTASK_APPNAME L"ApplicationName"
|
|
#define CLUSREG_NAME_VSSTASK_APPPARAMS L"ApplicationParams"
|
|
#define CLUSREG_NAME_VSSTASK_TRIGGERARRAY L"TriggerArray"
|
|
|
|
#endif // _VSSCMN_
|
|
|
|
/* end vsscmn.h */
|