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.

20 lines
644 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: mgr_str.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Header file for CMS flags, optimized for CMMGR32.EXE
  8. //
  9. // Copyright (c) 1997-1998 Microsoft Corporation
  10. //
  11. // Author: nickball Created 10/09/98
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CM_MGR_STR
  15. #define _CM_MGR_STR
  16. const TCHAR* const c_pszCmEntryCmsFile = TEXT("CMSFile");
  17. const TCHAR* const c_pszCmEntryServiceName = TEXT("ServiceName");
  18. #endif // _CM_MGR_STR