IddCxMonitorArrival - NtDoc

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

NTSTATUS IddCxMonitorArrival(
  [in]  IDDCX_MONITOR            MonitorObject,
  [out] IDARG_OUT_MONITORARRIVAL *pOutArgs
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IddCxMonitorArrival function

Description

An indirect display driver (IDD) calls IddCxMonitorArrival to report a monitor arrival on the WDDM graphics adapter.

Parameters

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.

Return value

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

Remarks

An IDD must first call IddCxMonitorCreate to obtain the IDDCX_MONITOR object.

See also

IDARG_OUT_MONITORARRIVAL

IddCxMonitorCreate

IddCxMonitorDeparture