PsGetSiloContainerId - NtDoc

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

GUID * PsGetSiloContainerId(
  [in] PESILO Silo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PsGetSiloContainerId function

Description

Gets the ContainerId for the given Silo.

Parameters

Silo [in]

A pointer to the Silo being queried.

Return value

Returns the GUID identifier for the silo.

Remarks

See also