DXGKARG_RECOMMENDMONITORMODES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_recommendmonitormodes)

_DXGKARG_RECOMMENDMONITORMODES structure

Description

The DXGKARG_RECOMMENDMONITORMODES structure contains arguments for the DxgkDdiRecommendMonitorModes function.

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.

See also

DXGK_MONITORSOURCEMODESET_INTERFACE

DxgkDdiRecommendMonitorModes