D3DKMT_DISPLAYMODELIST structure (d3dkmthk.h)

Describes a list of display modes.

Syntax

typedef struct _D3DKMT_DISPLAYMODELIST {
  [in]     D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [in/out] UINT                           ModeCount;
           D3DKMT_DISPLAYMODE             pModeList[0];
} D3DKMT_DISPLAYMODELIST;

Members

[in] VidPnSourceId

The zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the display modes apply to.

[in/out] ModeCount

The number of display modes in the array that pModeList specifies.

[out] pModeList[0]

An array of D3DKMT_DISPLAYMODE structures that represent the list of display modes.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3dkmthk.h (include D3dkmthk.h)