PsDereferenceSiloContext - NtDoc

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

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

NtDoc

No description available.

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

PsDereferenceSiloContext function

Description

This routine decrements 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.

Remarks

If the reference count reaches zero it will call the cleanup callback provided when the PsCreateSiloContext routine created the object.