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.

21 lines
769 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: inf_str.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Header file INF flags used by CM and CMAK
  8. //
  9. // Copyright (c) 1997-1998 Microsoft Corporation
  10. //
  11. // Author: nickball Created 10/09/98
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CM_INF_STR
  15. #define _CM_INF_STR
  16. const TCHAR* const c_pszDesktopGuid = TEXT("DesktopGUID");
  17. const TCHAR* const c_pszInfSectionStrings = TEXT("Strings");
  18. const TCHAR* const c_pszShortSvcName = TEXT("ShortSvcName");
  19. const TCHAR* const c_pszCmakStatus = TEXT("CMAK Status");
  20. #endif // _CM_INF_STR