SILO_CONTEXT_CLEANUP_CALLBACK - NtDoc

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

SILO_CONTEXT_CLEANUP_CALLBACK SiloContextCleanupCallback;

VOID SiloContextCleanupCallback(
  [in] PVOID SiloContext
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-ntddk-silo_context_cleanup_callback)

SILO_CONTEXT_CLEANUP_CALLBACK callback function

Description

This callback is invoked when the context object reaches a reference count of zero.

Parameters

SiloContext [in]

A pointer provided by the user with the call to PsCreateSiloContext.