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.
|
|
#ifndef __cstrings_h
#define __cstrings_h
extern TCHAR const c_szDsQuery[]; extern TCHAR const c_szScope[]; extern TCHAR const c_szScopeSize[]; extern TCHAR const c_szViewMode[]; extern TCHAR const c_szEnableFilter[];
extern TCHAR const c_szMsPeople[]; extern TCHAR const c_szMsComputer[]; extern TCHAR const c_szMsPrinters[]; extern TCHAR const c_szMsPrintersMore[]; extern TCHAR const c_szMsVolume[]; extern TCHAR const c_szMsContainers[]; extern TCHAR const c_szMsObjects[]; extern TCHAR const c_szMsPropertyWell[];
extern TCHAR const c_szMsDomainControllers[]; extern TCHAR const c_szMsFrsMembers[];
extern WCHAR c_szLDAP[];
extern WCHAR c_szADsPath[]; extern WCHAR c_szADsPathCH[]; // with column handler CLSID
extern WCHAR c_szObjectClass[]; extern WCHAR c_szObjectClassCH[]; // with column handler CLSID
extern WCHAR c_szShowInAdvancedViewOnly[];
extern WCHAR c_szCN[]; extern WCHAR c_szName[]; extern WCHAR c_szOwner[]; extern WCHAR c_szMachineRole[]; extern WCHAR c_szDescription[]; extern WCHAR c_szUNCName[]; extern WCHAR c_szKeywords[]; extern WCHAR c_szContactName[]; extern WCHAR c_szLocation[]; extern WCHAR c_szDistinguishedName[];
#endif
|