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.

85 lines
1.6 KiB

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. lsacstr.hxx
  6. Abstract:
  7. Lsa Constant string header
  8. Author:
  9. Larry Zhu (Lzhu) May 1, 2001
  10. Revision History:
  11. --*/
  12. #ifndef _LSACSTR_HXX_
  13. #define _LSACSTR_HXX_
  14. namespace LSA_NS {
  15. extern PCTSTR kstrEmpty;
  16. extern PCSTR kstrEmptyA;
  17. extern PCSTR kstrNewLine;
  18. extern PCSTR kstrStrLn;
  19. extern PCSTR kstr2StrLn;
  20. extern PCSTR kstrSpace;
  21. extern PCSTR kstr2Spaces;
  22. extern PCSTR kstr4Spaces;
  23. extern PCSTR kstr8Spaces;
  24. extern PCSTR kstrNullPtrA;
  25. extern PCWSTR kstrNullPtrW;
  26. extern PCSTR kstrLsaDbgPrompt;
  27. extern PCSTR kstrShowSecBuffer;
  28. extern PCSTR kstrExitOnControlC;
  29. extern PCSTR kstrInvalid;
  30. //
  31. // Format strings used to dump SID
  32. //
  33. extern PCSTR kstrSidNameFmt;
  34. extern PCSTR kstrSidFmt;
  35. extern PCSTR kstrSdNmFmt;
  36. //
  37. // some type names
  38. //
  39. extern PCSTR kstrClBk;
  40. extern PCSTR kstrLkpPkgArgs;
  41. extern PCSTR kstrSA;
  42. extern PCSTR kstrSid;
  43. extern PCSTR kstrPrtMsg;
  44. extern PCSTR kstrSecBuffer;
  45. extern PCSTR kstrSecBuffDesc;
  46. extern PCSTR kstrSpmApiMsg;
  47. extern PCSTR kstrSpmCptCntxt;
  48. extern PCSTR kstrSpmLpcApi;
  49. extern PCSTR kstrSpmLpcMsg;
  50. extern PCSTR kstrLHT;
  51. extern PCSTR kstrSHT;
  52. extern PCSTR kstrCtxtData;
  53. extern PCSTR kstrSpmNtCntxt;
  54. extern PCSTR kstrListEntry;
  55. extern PCSTR kstrNext;
  56. extern PCSTR kstrFlink;
  57. extern PCSTR kstrNextFlink;
  58. extern PCSTR kstrList;
  59. extern PCSTR kstrListFlink;
  60. extern PCSTR kstrSbData;
  61. extern PCSTR kstrVoidStar;
  62. //
  63. // misc
  64. //
  65. extern PCSTR kstrSbdWrn;
  66. extern PCSTR kstrIncorrectSymbols;
  67. extern PCSTR kstrCheckSym;
  68. }
  69. #endif // _LSACSTR_HXX