PsUnregisterSiloMonitor function (ntddk.h)

This routine unregisters a server silo monitor.

Syntax

void PsUnregisterSiloMonitor(
  [in] PSILO_MONITOR Monitor
);

Parameters

[in] Monitor

The server silo monitor to unregister.

Return value

None

Remarks

The monitor will not receive further notifications after this routine completes.

If the monitor allocated a silo context slot, this routine will not complete until all silo contexts have been removed from slot.

Requirements

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