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.
 
 
 
 
 
 

45 lines
776 B

void MyToUpper(LPWSTR wsrc);
BOOL FStringIsValidItemName(LPCWSTR szTrialString);
// allocing wrapper for g_Callback->FGetUser
BOOL FGetCurrentUser(
PST_PROVIDER_HANDLE* phPSTProv,
LPWSTR* ppszUser,
PST_KEY Key);
// GET registry wrapper
DWORD RegGetValue(
HKEY hItemKey,
LPWSTR szItem,
PBYTE* ppb,
DWORD* pcb);
DWORD RegGetStringValue(
HKEY hItemKey,
LPWSTR szItem,
PBYTE* ppb,
DWORD* pcb);
#if 0
void FreeRuleset(
PST_ACCESSRULESET *psRules
);
#endif
BOOL
GetFileDescription(
LPCWSTR szFile,
LPWSTR *FileDescription // on success, allocated description
);
BOOL FIsCachedPassword(
LPCWSTR szUser,
LPCWSTR szPassword,
LUID* pluidAuthID
);