PFND3D11_1DDI_GETVIDEOPROCESSORCAPS callback function (d3d10umddi.h)
Queries the capabilities of a specified video processor.
Syntax
PFND3D11_1DDI_GETVIDEOPROCESSORCAPS Pfnd3d111DdiGetvideoprocessorcaps;
void Pfnd3d111DdiGetvideoprocessorcaps(
D3D10DDI_HDEVICE unnamedParam1,
D3D11_1DDI_HVIDEOPROCESSORENUM unnamedParam2,
D3D11_1DDI_VIDEO_PROCESSOR_CAPS *unnamedParam3
)
{...}
Parameters
unnamedParam1
hDevice [in]
A handle to the display device (graphics context).
unnamedParam2
hProcessorEnum [in]
A handle to a video processor enumeration object that was created through a call to the CreateVideoProcessorEnum function.
unnamedParam3
pCaps [in, out]
A pointer to a D3D11_1DDI_VIDEO_PROCESSOR_CAPS structure that specifies the capabilities of the video processor that is specified by the hProcessorEnum parameter.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Target Platform | Desktop |
Header | d3d10umddi.h (include D3d10umddi.h) |