// ntddk.h
SILO_MONITOR_CREATE_CALLBACK SiloMonitorCreateCallback;
NTSTATUS SiloMonitorCreateCallback(
[in] PESILO Silo
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
This is callback is invoked when a new silo is created.
Silo [in]The silo that was created.
The NT code returned by the operation.