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

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DAccountInfo.cpp115 PSID pSid; local
133 if (!GetAccountSid(NULL, AccountName, &pSid))
154 if (!GetAccountSid(NULL, AccountName, &pSid))
157 if ((Status = GetPrivilegesOnAccount(PolicyHandle, pSid,
161 if (pSid != NULL)
162 HeapFree(GetProcessHeap(), 0, pSid); local
164 if (pSid != NULL)
165 HeapFree(GetProcessHeap(), 0, pSid); local
224 PSID pSid; local
239 if (!GetAccountSid(NULL, AccountName, &pSid))
[all...]

Completed in 13 milliseconds