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
1.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: cstrings.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef __cstrings_h
  11. #define __cstrings_h
  12. extern TCHAR const c_szDllName[];
  13. extern TCHAR const c_szNetApi32[];
  14. extern TCHAR const c_szAclUI[];
  15. extern WCHAR const c_szFilterFile[];
  16. extern WCHAR const c_szClassKey[];
  17. extern WCHAR const c_szGUIDFormat[];
  18. extern WCHAR const c_szClassFilter[];
  19. extern WCHAR const c_szPropertyFilter[];
  20. extern WCHAR const c_szERFilterFormat[];
  21. extern WCHAR const c_szLDAPDisplayName[];
  22. extern WCHAR const c_szDisplayName[];
  23. extern WCHAR const c_szDisplayID[];
  24. extern WCHAR const c_szValidAccesses[];
  25. extern WCHAR const c_szSchemaIDGUID[];
  26. extern WCHAR const c_szRightsGuid[];
  27. extern WCHAR const c_szSDProperty[];
  28. extern WCHAR const c_szSDRightsProp[];
  29. extern WCHAR const c_szSchemaContext[];
  30. extern WCHAR const c_szConfigContext[];
  31. extern WCHAR const c_szERContainer[];
  32. extern WCHAR const c_szRootDsePath[];
  33. extern WCHAR const c_szPathFormat[];
  34. extern WCHAR const c_szCNFormat[];
  35. extern WCHAR const c_szDefaultSchemaSD[];
  36. extern WCHAR const c_szAttributeSecurityGuid[];
  37. extern WCHAR const c_szObjectClass[];
  38. extern WCHAR const c_szStructuralObjectClass[];
  39. extern WCHAR const c_szObjectClassCategory[];
  40. #endif // __cstrings_h