// iddcx.h
NTSTATUS IddCxMonitorArrival(
[in] IDDCX_MONITOR MonitorObject,
[out] IDARG_OUT_MONITORARRIVAL *pOutArgs
);
View the official Windows Driver Kit DDI referenceNo description available.
An indirect display driver (IDD) calls IddCxMonitorArrival to report a monitor arrival on the WDDM graphics adapter.
MonitorObject [in]The IDDCX_MONITOR object for the monitor that arrived.
pOutArgs [out]Pointer to an IDARG_OUT_MONITORARRIVAL structure in which to return details about the monitor that arrived.
(NTSTATUS) The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.
An IDD must first call IddCxMonitorCreate to obtain the IDDCX_MONITOR object.