IddCxMonitorDeparture - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

NTSTATUS IddCxMonitorDeparture(
  [in] IDDCX_MONITOR MonitorObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-iddcx-iddcxmonitordeparture)

IddCxMonitorDeparture function

Description

An indirect display driver (IDD) calls IddCxMonitorDeparture to report a monitor departure from the WDDM graphics adapter.

Parameters

MonitorObject [in]

The IDDCX_MONITOR object for the monitor that is departing.

Return value

(NTSTATUS) The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.

Remarks

IddCxMonitorCreate creates the IDDCX_MONITOR object for an arriving monitor.

See also

IddCxMonitorCreate