D3DKMT_DISPLAYMODELIST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_DISPLAYMODELIST {
  [in]     D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [in/out] UINT                           ModeCount;
           D3DKMT_DISPLAYMODE             pModeList[0];
} D3DKMT_DISPLAYMODELIST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_displaymodelist)

_D3DKMT_DISPLAYMODELIST structure

Description

Describes a list of display modes.

Members

VidPnSourceId [in]

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.

ModeCount [in/out]

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

pModeList [out]

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