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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2438 * @param uSessionId The session id.
2441 static POBJECT_TYPE supdrvNtProtectGetAlpcPortObjectType(uint32_t uSessionId, const char *pszSessionId) argument
2485 if (uSessionId == 0)
2551 uint32_t uSessionId = PsGetProcessSessionId(PsGetCurrentProcess()); local
2554 if (uSessionId == 0)
2562 ssize_t cchTmp = RTStrFormatU32(szSessionId, sizeof(szSessionId), uSessionId, 10, 0, 0, 0);
2606 supdrvNtProtectGetAlpcPortObjectType(uSessionId, szSessionId),
2636 Req.SessionId = uSessionId;
2691 if (PsGetProcessSessionId(pProcess) == uSessionId)
H A DSUPR3HardenedMain-win.cpp4360 uint32_t uSessionId = NtCurrentPeb()->SessionId; local
4361 SUP_DPRINTF((" SessionID=%#x\n", uSessionId));
4363 if (uSessionId == 0)
4367 RTStrPrintf(szDir, sizeof(szDir), "\\Sessions\\%u\\Windows", uSessionId);

Completed in 69 milliseconds