Source code of Windows XP (NT5)
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.

42 lines
1.2 KiB

  1. #ifndef __cstrings_h
  2. #define __cstrings_h
  3. extern TCHAR const c_szDsQuery[];
  4. extern TCHAR const c_szScope[];
  5. extern TCHAR const c_szScopeSize[];
  6. extern TCHAR const c_szViewMode[];
  7. extern TCHAR const c_szEnableFilter[];
  8. extern TCHAR const c_szMsPeople[];
  9. extern TCHAR const c_szMsComputer[];
  10. extern TCHAR const c_szMsPrinters[];
  11. extern TCHAR const c_szMsPrintersMore[];
  12. extern TCHAR const c_szMsVolume[];
  13. extern TCHAR const c_szMsContainers[];
  14. extern TCHAR const c_szMsObjects[];
  15. extern TCHAR const c_szMsPropertyWell[];
  16. extern TCHAR const c_szMsDomainControllers[];
  17. extern TCHAR const c_szMsFrsMembers[];
  18. extern WCHAR c_szLDAP[];
  19. extern WCHAR c_szADsPath[];
  20. extern WCHAR c_szADsPathCH[]; // with column handler CLSID
  21. extern WCHAR c_szObjectClass[];
  22. extern WCHAR c_szObjectClassCH[]; // with column handler CLSID
  23. extern WCHAR c_szShowInAdvancedViewOnly[];
  24. extern WCHAR c_szCN[];
  25. extern WCHAR c_szName[];
  26. extern WCHAR c_szOwner[];
  27. extern WCHAR c_szMachineRole[];
  28. extern WCHAR c_szDescription[];
  29. extern WCHAR c_szUNCName[];
  30. extern WCHAR c_szKeywords[];
  31. extern WCHAR c_szContactName[];
  32. extern WCHAR c_szLocation[];
  33. extern WCHAR c_szDistinguishedName[];
  34. #endif