mirror of https://github.com/tongzx/nt5src
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.
80 lines
1.0 KiB
80 lines
1.0 KiB
|
|
|
|
extern LPWSTR szProviderName;
|
|
|
|
extern CRITICAL_SECTION BindCacheCritSect;
|
|
|
|
extern const BSTR bstrAddressTypeString;
|
|
extern const BSTR bstrComputerOperatingSystem;
|
|
extern const BSTR bstrFileShareDescription;
|
|
extern const BSTR bstrNWFileServiceName;
|
|
extern const BSTR bstrProviderName;
|
|
|
|
|
|
//
|
|
// Group Class
|
|
//
|
|
|
|
extern PROPERTYINFO GroupClass[];
|
|
|
|
|
|
extern DWORD gdwGroupTableSize;
|
|
|
|
|
|
//
|
|
// User Class
|
|
//
|
|
|
|
extern PROPERTYINFO UserClass[];
|
|
|
|
|
|
extern DWORD gdwUserTableSize;
|
|
|
|
|
|
//
|
|
// Computer Class
|
|
//
|
|
|
|
extern PROPERTYINFO ComputerClass[];
|
|
|
|
|
|
extern DWORD gdwComputerTableSize;
|
|
|
|
|
|
//
|
|
// Printer Class
|
|
//
|
|
|
|
extern PROPERTYINFO PrintQueueClass[];
|
|
|
|
|
|
extern DWORD gdwPrinterTableSize;
|
|
|
|
//
|
|
// Job Class
|
|
//
|
|
|
|
extern PROPERTYINFO PrintJobClass[];
|
|
|
|
extern DWORD gdwJobTableSize;
|
|
|
|
//
|
|
// FileService Class
|
|
//
|
|
|
|
extern PROPERTYINFO FileServiceClass[];
|
|
|
|
extern DWORD gdwFileServiceTableSize;
|
|
|
|
//
|
|
// File Share Class
|
|
//
|
|
|
|
extern PROPERTYINFO FileShareClass[];
|
|
|
|
extern DWORD gdwFileShareTableSize;
|
|
|
|
|
|
extern DWORD g_cNWCOMPATProperties;
|
|
|
|
extern PROPERTYINFO g_aNWCOMPATProperties[];
|