PsGetServerSiloActiveConsoleId - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

ULONG PsGetServerSiloActiveConsoleId(
  PESILO Silo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-psgetserversiloactiveconsoleid)

PsGetServerSiloActiveConsoleId function

Description

Gets the active console for the current server silo context for the supplied thread.

Parameters

Silo

A pointer to the silo of the job.

Return value

Returns the session id for the active console session.