SILO_MONITOR_TERMINATE_CALLBACK callback function (ntddk.h)
This callback is invoked when a silo is terminated.
Syntax
SILO_MONITOR_TERMINATE_CALLBACK SiloMonitorTerminateCallback;
void SiloMonitorTerminateCallback(
[in] PESILO Silo
)
{...}
Parameters
[in] Silo
The silo to be terminated.
Return value
None
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1607 |
Minimum supported server | Windows Server 2016 |
Target Platform | Windows |
Header | ntddk.h |