Home
last modified time | relevance | path

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

/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp153 const wchar_t *sid, LPWSTR buffer, LPDWORD bufferLen) in getNameByStringSID() argument
167 if (!LookupAccountSidW(NULL, psid, buffer, bufferLen, in getNameByStringSID()
277 DWORD bufferLen = BUFFER_SIZE; in COMRegister() local
354 chk(getNameByStringSID(administratorsGroupSID, buffer, &bufferLen)); in COMRegister()
374 bufferLen = BUFFER_SIZE; in COMRegister()
375 chk(getNameByStringSID(systemUserSID, buffer, &bufferLen)); in COMRegister()