DXGKARG_RECOMMENDMONITORMODES structure
The DXGKARG_RECOMMENDMONITORMODES structure contains arguments for the DxgkDdiRecommendMonitorModes function.
Syntax
typedef struct _DXGKARG_RECOMMENDMONITORMODES { D3DDDI_VIDEO_PRESENT_TARGET_ID VideoPresentTargetId; D3DKMDT_HMONITORSOURCEMODESET hMonitorSourceModeSet; 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
|
Version | Available in Windows Vista and later versions of the Windows operating systems. |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/29/2012