Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Feedback

Was this page helpful?

Additional resources