Lines Matching defs:pSid
115 PSID pSid;
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);
164 if (pSid != NULL)
165 HeapFree(GetProcessHeap(), 0, pSid);
224 PSID pSid;
239 if (!GetAccountSid(NULL, AccountName, &pSid))
243 pSid, PrivilegeName, TRUE));