DXGKARG_RECOMMENDMONITORMODES structure (d3dkmddi.h)
The DXGKARG_RECOMMENDMONITORMODES structure contains arguments for the DxgkDdiRecommendMonitorModes function.
Syntax
typedef struct _DXGKARG_RECOMMENDMONITORMODES {
IN D3DDDI_VIDEO_PRESENT_TARGET_ID VideoPresentTargetId;
IN D3DKMDT_HMONITORSOURCEMODESET hMonitorSourceModeSet;
IN const DXGK_MONITORSOURCEMODESET_INTERFACE *pMonitorSourceModeSetInterface;
} DXGKARG_RECOMMENDMONITORMODES;
Members
VideoPresentTargetId
An integer that identifies a video present target on the display adapter.
hMonitorSourceModeSet
A handle to a monitor source mode set object. This set contains a list of modes that are supported by the monitor that is connected to the video present target identified by VideoPresentTargetId.
pMonitorSourceModeSetInterface
A pointer to a DXGK_MONITORSOURCEMODESET_INTERFACE structure. The structure contains pointers to functions that the display miniport driver can use to inspect, and possibly add modes to, the monitor source mode set.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmddi.h (include D3dkmddi.h) |