Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |