D3DWDDM2_1DDI_VIDEO_INPUT structure (d3d10umddi.h)
D3DWDDM2_1DDI_VIDEO_INPUT contains input information used by the PFND3D10DDI_RETRIEVESUBOBJECT DDI when querying the driver's WDDM 2.1 video functions.
Syntax
typedef struct D3DWDDM2_1DDI_VIDEO_INPUT {
BOOL Relocate;
D3DWDDM2_1DDI_VIDEODEVICEFUNCS *pWDDM2_1VideoDeviceFuncs;
} D3DWDDM2_1DDI_VIDEO_INPUT;
Members
Relocate
Boolean value that indicates whether the functions can be relocated.
pWDDM2_1VideoDeviceFuncs
A pointer to a D3DWDDM2_1DDI_VIDEODEVICEFUNCS structure that contains pointers to the video functions being queried.
Requirements
Requirement | Value |
---|---|
Header | d3d10umddi.h |