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.

42 lines
2.1 KiB

  1. #include "pch.h"
  2. #pragma hdrstop
  3. TCHAR const c_szDsQuery[] = TEXT("DsQuery");
  4. TCHAR const c_szScope[] = TEXT("Scope");
  5. TCHAR const c_szScopeSize[] = TEXT("ScopeSize");
  6. TCHAR const c_szViewMode[] = TEXT("ViewMode");
  7. TCHAR const c_szEnableFilter[] = TEXT("EnableFilter");
  8. TCHAR const c_szMsPeople[] = TEXT("Microsoft.People");
  9. TCHAR const c_szMsComputer[] = TEXT("Microsoft.Computers");
  10. TCHAR const c_szMsPrinters[] = TEXT("Microsoft.Printers");
  11. TCHAR const c_szMsPrintersMore[] = TEXT("Microsoft.Printers.MoreChoices");
  12. TCHAR const c_szMsVolume[] = TEXT("Microsoft.Volume");
  13. TCHAR const c_szMsContainers[] = TEXT("Microsoft.Containers");
  14. TCHAR const c_szMsObjects[] = TEXT("Microsoft.Objects");
  15. TCHAR const c_szMsPropertyWell[] = TEXT("Microsoft.PropertyWell");
  16. TCHAR const c_szMsDomainControllers[] = TEXT("Microsoft.DomainControllers");
  17. TCHAR const c_szMsFrsMembers[] = TEXT("Microsoft.FRSMembers");
  18. // These must be UNICODE as they are passed directly to ADSI
  19. WCHAR c_szLDAP[] = L"LDAP:";
  20. WCHAR c_szADsPath[] = L"ADsPath";
  21. WCHAR c_szADsPathCH[] = L"ADsPath,{DE4874D1-FEEE-11D1-A0B0-00C04FA31A86}";
  22. WCHAR c_szObjectClass[] = L"objectClass";
  23. WCHAR c_szObjectClassCH[] = L"objectClass,{DE4874D2-FEEE-11D1-A0B0-00C04FA31A86}";
  24. WCHAR c_szShowInAdvancedViewOnly[] = L"(!showInAdvancedViewOnly=TRUE)";
  25. WCHAR c_szCN[] = L"cn";
  26. WCHAR c_szName[] = L"name";
  27. WCHAR c_szOwner[] = L"owner";
  28. WCHAR c_szMachineRole[] = L"machineRole";
  29. WCHAR c_szDescription[] = L"description";
  30. WCHAR c_szUNCName[] = L"UNCName";
  31. WCHAR c_szKeywords[] = L"Keywords";
  32. WCHAR c_szContactName[] = L"contactName";
  33. WCHAR c_szLocation[] = L"location";
  34. WCHAR c_szDistinguishedName[] = L"distinguishedName";