// d3dkmddi.h
typedef struct _DXGKARG_RECOMMENDMONITORMODES {
IN D3DDDI_VIDEO_PRESENT_TARGET_ID VideoPresentTargetId;
IN D3DKMDT_HMONITORSOURCEMODESET hMonitorSourceModeSet;
IN const DXGK_MONITORSOURCEMODESET_INTERFACE *pMonitorSourceModeSetInterface;
} DXGKARG_RECOMMENDMONITORMODES;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_RECOMMENDMONITORMODES structure contains arguments for the DxgkDdiRecommendMonitorModes function.
VideoPresentTargetIdAn integer that identifies a video present target on the display adapter.
hMonitorSourceModeSetA 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.
pMonitorSourceModeSetInterfaceA 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.
DXGK_MONITORSOURCEMODESET_INTERFACE