SILO_MONITOR_CREATE_CALLBACK - NtDoc

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

SILO_MONITOR_CREATE_CALLBACK SiloMonitorCreateCallback;

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

NtDoc

No description available.

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

SILO_MONITOR_CREATE_CALLBACK callback function

Description

This is callback is invoked when a new silo is created.

Parameters

Silo [in]

The silo that was created.

Return value

The NT code returned by the operation.