// 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 referenceNo description available.
Contains arguments for the DXGKDDI_UPDATEMONITORLINKINFO callback function.
VideoPresentTargetIdThe identifier of a display adapter's video present target.
MonitorLinkInfoPointer 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.