Searched defs:cbSid (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp829 DWORD cbSid = 0; /* Must be zero to query size! */ local
835 &cbSid,
843 && cbSid > 0)
847 PSID pSid = (PSID)RTMemAlloc(cbSid * sizeof(wchar_t)); /** @todo r=bird: What's the relationship between wchar_t and PSID? */
861 &cbSid,

Completed in 35 milliseconds