PsIsHostSilo - NtDoc

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

BOOLEAN PsIsHostSilo(
  [in] PESILO Silo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PsIsHostSilo function

Description

This routine will check if the supplied Silo is the host silo.

Parameters

Silo [in]

The silo to evaluate.

Return value

Returns true if the specified silo is the host silo; otherwise, false.