// iddcx.h
NTSTATUS IddCxMonitorDeparture(
[in] IDDCX_MONITOR MonitorObject
);
View the official Windows Driver Kit DDI referenceNo description available.
An indirect display driver (IDD) calls IddCxMonitorDeparture to report a monitor departure from the WDDM graphics adapter.
MonitorObject [in]The IDDCX_MONITOR object for the monitor that is departing.
(NTSTATUS) The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.
IddCxMonitorCreate creates the IDDCX_MONITOR object for an arriving monitor.