Skip to content

Latest commit

 

History

History
73 lines (57 loc) · 2.5 KB

ns-d3d12umddi-d3d12ddiarg_video_getcaps_0020.md

File metadata and controls

73 lines (57 loc) · 2.5 KB
UID title description old-location 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:d3d12umddi.D3D12DDIARG_VIDEO_GETCAPS_0020
D3D12DDIARG_VIDEO_GETCAPS_0020 (d3d12umddi.h)
Specifies values used to get capabilities of a type.
display\d3d12ddiarg_video_getcaps.htm
02/16/2022
D3D12DDIARG_VIDEO_GETCAPS_0020 structure
D3D12DDIARG_VIDEO_GETCAPS_0020, D3D12DDIARG_VIDEO_GETCAPS_0020 structure [Display Devices], d3d12umddi/D3D12DDIARG_VIDEO_GETCAPS_0020, display.d3d12ddiarg_video_getcaps
d3d12umddi.h
D3d12umddi.h
Windows
Windows
display
D3D12DDIARG_VIDEO_GETCAPS_0020
D3D12DDIARG_VIDEO_GETCAPS_0020
d3d12umddi/D3D12DDIARG_VIDEO_GETCAPS_0020
APIRef
kbSyntax
HeaderDef
D3d12umddi.h
D3D12DDIARG_VIDEO_GETCAPS_0020

D3D12DDIARG_VIDEO_GETCAPS_0020 structure

-description

The D3D12DDIARG_VIDEO_GETCAPS_0020 structure is used to get a specified type of video-related capability/support during a call to a client driver's PFND3D12DDI_VIDEO_GETCAPS function.

-struct-fields

-field Type

Pointer to a D3D12DDICAPS_TYPE_VIDEO_0020 value that specifies the video-related capability type.

-field pInfo

A pointer to a memory block that contains data that specifies the condition on which to retrieve the capabilities of the type that is specified by the Type member. Set this field to point to NULL to indicate no condition.

-field pData

A pointer to a memory block that contains capabilities of the type that is specified by the Type member and possibly determined by the condition specified by the pInfo member.

-field DataSize

The size, in bytes, of the memory block at pData.

-remarks

See PFND3D12DDI_VIDEO_GETCAPS for examples of the meaning/values of pInfo, pData, and DataSize for various D3D12DDICAPS_TYPE_VIDEO_0020 types.

-see-also

PFND3D12DDI_VIDEO_GETCAPS