D3DWDDM2_4DDI_VIDEO_INPUT_RS4_0 - NtDoc

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

typedef struct D3DWDDM2_4DDI_VIDEO_INPUT_RS4_0 {
  BOOL                                 Relocate;
  D3DWDDM2_4DDI_VIDEODEVICEFUNCS_RS4_0 *pWDDM2_4VideoDeviceFuncs;
} D3DWDDM2_4DDI_VIDEO_INPUT_RS4_0;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DWDDM2_4DDI_VIDEO_INPUT_RS4_0 structure

Description

D3DWDDM2_4DDI_VIDEO_INPUT_RS4_0 contains input information used by the PFND3D10DDI_RETRIEVESUBOBJECT DDI when querying the driver's WDDM 2.4 (Windows 10 version 1803) video functions.

Members

Relocate

Boolean value that indicates whether the functions can be relocated.

pWDDM2_4VideoDeviceFuncs

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