Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |