Searched refs:TokenUser (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo-win.cpp257 case TokenUser:
288 case TokenUser:
364 case TokenUser:
490 int rc2 = VBoxServiceVMInfoWinProcessesGetTokenInfo(&paProcs[i], TokenUser);
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp347 BOOL fRc = GetTokenInformation(hTokenProc, TokenUser, NULL, 0, &dwSize);
357 TokenUser,
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp2767 SUPR3HARDENED_ASSERT_NT_SUCCESS(NtQueryInformationToken(hToken, TokenUser, &uBuf, sizeof(uBuf), &cbRet));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h3818 TokenUser = 1, enumerator in enum:_TOKEN_INFORMATION_CLASS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h3659 TokenUser = 1, enumerator in enum:_TOKEN_INFORMATION_CLASS

Completed in 1380 milliseconds