PsStartSiloMonitor function (ntddk.h)

This routine tries to start the server silo monitor.

Syntax

NTSTATUS PsStartSiloMonitor(
  [in] PSILO_MONITOR Monitor
);

Parameters

[in] Monitor

A pointer to the silo monitor.

Return value

The following NT status codes are returned.

Return code Description
STATUS_REQUEST_ABORTED
The monitor was not able to start.
STATUS_NOT_SUPPORTED
The monitor does not allow existing silos and one was found in the system.
STATUS_SUCCESS
The operation completed successfully.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1607
Minimum supported server Windows Server 2016
Target Platform Windows
Header ntddk.h