Skip to content

Latest commit

 

History

History
73 lines (58 loc) · 2.53 KB

ns-d3dkmthk-_d3dkmt_getdisplaymodelist.md

File metadata and controls

73 lines (58 loc) · 2.53 KB
UID title description ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3dkmthk._D3DKMT_GETDISPLAYMODELIST
D3DKMT_GETDISPLAYMODELIST (d3dkmthk.h)
Learn more about the D3DKMT_GETDISPLAYMODELIST structure.
10/19/2023
D3DKMT_GETDISPLAYMODELIST structure
D3DKMT_GETDISPLAYMODELIST, D3DKMT_GETDISPLAYMODELIST structure [Display Devices], OpenGL_Structs_27c1c3f3-6316-4dc3-b83d-1a8f6f6360bb.xml, _D3DKMT_GETDISPLAYMODELIST, d3dkmthk/D3DKMT_GETDISPLAYMODELIST, display.d3dkmt_getdisplaymodelist
d3dkmthk.h
D3dkmthk.h
Windows
Windows Vista
Windows
display
D3DKMT_GETDISPLAYMODELIST
_D3DKMT_GETDISPLAYMODELIST
d3dkmthk/_D3DKMT_GETDISPLAYMODELIST
D3DKMT_GETDISPLAYMODELIST
d3dkmthk/D3DKMT_GETDISPLAYMODELIST
APIRef
kbSyntax
HeaderDef
d3dkmthk.h
_D3DKMT_GETDISPLAYMODELIST
D3DKMT_GETDISPLAYMODELIST

D3DKMT_GETDISPLAYMODELIST structure

-description

The D3DKMT_GETDISPLAYMODELIST structure describes a list of display modes.

-struct-fields

-field hAdapter

[in] A handle to the graphics adapter.

-field 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.

-field pModeList

[in/out] An array of D3DKMT_DISPLAYMODE structures that represent the list of display modes. If pModeList is NULL and ModeCount is zero on input, D3DKMTGetDisplayModeList sets ModeCount to be the number of display modes for the specified VidPnSourceId on the specified graphics adapter.

-field ModeCount

[in/out] The number of display modes in the array that pModeList specifies. If pModeList is NULL and ModeCount is zero on input, D3DKMTGetDisplayModeList sets ModeCount to be the number of display modes for the specified VidPnSourceId on the specified graphics adapter.

-see-also

D3DKMTGetDisplayModeList

D3DKMT_DISPLAYMODE