SILO_MONITOR_TERMINATE_CALLBACK - NtDoc

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

SILO_MONITOR_TERMINATE_CALLBACK SiloMonitorTerminateCallback;

VOID SiloMonitorTerminateCallback(
  [in] PESILO Silo
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SILO_MONITOR_TERMINATE_CALLBACK callback function

Description

This callback is invoked when a silo is terminated.

Parameters

Silo [in]

The silo to be terminated.

Remarks

The expected behavior is that the component will drop any outstanding silo references. A driver may no longer operate within the namespace of a silo (via PsAttachSiloToCurrentThread) once it has returned from this function.