PFND3D11_1DDI_DESTROYVIDEOPROCESSOROUTPUTVIEW callback function (d3d10umddi.h)
Releases resources for the video processor output view that were created through a call to the CreateVideoProcessorOutputView function.
Syntax
PFND3D11_1DDI_DESTROYVIDEOPROCESSOROUTPUTVIEW Pfnd3d111DdiDestroyvideoprocessoroutputview;
void Pfnd3d111DdiDestroyvideoprocessoroutputview(
D3D10DDI_HDEVICE unnamedParam1,
D3D11_1DDI_HVIDEOPROCESSOROUTPUTVIEW unnamedParam2
)
{...}
Parameters
unnamedParam1
hDevice [in]
A handle to the display device (graphics context).
unnamedParam2
hView [in]
A handle to the driver's private data for the video processor output view. This handle was created by the Direct3D runtime and passed to the driver in the call to CreateVideoProcessorOutputView.
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) |