D3D11_1DDI_VIDEO_INPUT - NtDoc

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

typedef struct D3D11_1DDI_VIDEO_INPUT {
  BOOL                        Relocate;
  D3D11_1DDI_VIDEODEVICEFUNCS *p11VideoDeviceFuncs;
} D3D11_1DDI_VIDEO_INPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11_1ddi_video_input)

Description

D3D11_1DDI_VIDEO_INPUT contains input information used by the PFND3D10DDI_RETRIEVESUBOBJECT DDI when querying the driver's video functions.

Members

Relocate

Boolean value that indicates whether the functions can be relocated.

p11VideoDeviceFuncs

A pointer to a D3D11_1DDI_VIDEODEVICEFUNCS structure that contains pointers to the video functions being queried.