SILO_CONTEXT_CLEANUP_CALLBACK callback function (ntddk.h)

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

Syntax

SILO_CONTEXT_CLEANUP_CALLBACK SiloContextCleanupCallback;

void SiloContextCleanupCallback(
  [in] PVOID SiloContext
)
{...}

Parameters

[in] SiloContext

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

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10, version 1607
Minimum supported server Windows Server 2016
Target Platform Windows
Header ntddk.h