Searched defs:pSid (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/win32/BINDInstall/
H A DAccountInfo.cpp104 PSID pSid; local
128 if (!GetAccountSid(NULL, AccountName, &pSid)) {
160 if (!GetAccountSid(NULL, AccountName, &pSid)) {
165 if ((Status = GetPrivilegesOnAccount(PolicyHandle, pSid,
169 if (pSid != NULL)
170 HeapFree(GetProcessHeap(), 0, pSid); local
172 if (pSid != NULL)
173 HeapFree(GetProcessHeap(), 0, pSid); local
233 PSID pSid; local
254 if (!GetAccountSid(NULL, AccountName, &pSid)) {
[all...]

Completed in 11 milliseconds