DXGKARG_UPDATEMONITORLINKINFO - NtDoc

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

typedef struct _DXGKARG_UPDATEMONITORLINKINFO {
  IN D3DDDI_VIDEO_PRESENT_TARGET_ID VideoPresentTargetId;
  IN DXGK_MONITORLINKINFO           MonitorLinkInfo;
} DXGKARG_UPDATEMONITORLINKINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_updatemonitorlinkinfo)

_DXGKARG_UPDATEMONITORLINKINFO structure

Description

Contains arguments for the DXGKDDI_UPDATEMONITORLINKINFO callback function.

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.

Remarks

See also