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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/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 52 milliseconds