PsTerminateServerSilo function (ntddk.h)
This routine terminates the specified silo.
Syntax
void PsTerminateServerSilo(
[in] PESILO ServerSilo,
NTSTATUS ExitStatus
);
Parameters
[in] ServerSilo
A pointer to the silo being terminated.
ExitStatus
The exit status for the silo.
Return value
None
Remarks
This routine can be called within or from outside a silo context. Note that this is different from a BugCheck; this routine will return to the caller.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1607 |
Minimum supported server | Windows Server 2016 |
Target Platform | Windows |
Header | ntddk.h |