Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DSecurityUtils.cpp90 PSID pSid = ::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sidLen); in GetSid() local
98 (NULL, accountName, pSid, &sidLen, domainName, &domainLen, &sidNameUse); in GetSid()
101 return pSid; in GetSid()