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 |
---|---|
|
The monitor was not able to start. |
|
The monitor does not allow existing silos and one was found in the system. |
|
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 |