PsGetSiloContainerId function (ntddk.h)

Gets the ContainerId for the given Silo.

Syntax

GUID * PsGetSiloContainerId(
  [in] PESILO Silo
);

Parameters

[in] Silo

A pointer to the Silo being queried.

Return value

Returns the GUID identifier for the silo.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809
Header ntddk.h
Library Ntoskrnl.lib
IRQL PASSIVE_LEVEL