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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo-win.cpp270 DWORD dwRetLength; local
271 if (!GetTokenInformation(hToken, tkClass, pvTokenInfo, dwTokenInfoSize, &dwRetLength))
282 HEAP_ZERO_MEMORY, dwRetLength);
285 dwTokenInfoSize = dwRetLength;
290 HEAP_ZERO_MEMORY, dwRetLength);
293 dwTokenInfoSize = dwRetLength;
303 if (!GetTokenInformation(hToken, tkClass, pvTokenInfo, dwTokenInfoSize, &dwRetLength))

Completed in 44 milliseconds