DXGKARG_UPDATEMONITORLINKINFO structure (d3dkmddi.h)

Contains arguments for the DXGKDDI_UPDATEMONITORLINKINFO callback function.

Syntax

typedef struct _DXGKARG_UPDATEMONITORLINKINFO {
  IN D3DDDI_VIDEO_PRESENT_TARGET_ID VideoPresentTargetId;
  IN DXGK_MONITORLINKINFO           MonitorLinkInfo;
} DXGKARG_UPDATEMONITORLINKINFO;

Members

VideoPresentTargetId

The identifier of a display adapter's video present target.

MonitorLinkInfo

Pointer to a DXGK_MONITORLINKINFO structure, which the driver must fill to describe the capabilities of the monitor over the link through which it has been attached.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809
Header d3dkmddi.h