Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |