PsReferenceSiloContext - NtDoc

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

VOID PsReferenceSiloContext(
  [in] PVOID SiloContext
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PsReferenceSiloContext function

Description

This routine increments the reference count on the object.

Parameters

SiloContext [in]

A pointer to the object created by the PsCreateSiloContext routine. This parameter is required and it cannot be NULL.

See also

PsCreateSiloContext