SILO_MONITOR_CREATE_CALLBACK callback function (ntddk.h)

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

Syntax

SILO_MONITOR_CREATE_CALLBACK SiloMonitorCreateCallback;

NTSTATUS SiloMonitorCreateCallback(
  [in] PESILO Silo
)
{...}

Parameters

[in] Silo

The silo that was created.

Return value

The NT code returned by the operation.

Requirements

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