// d3d10umddi.h
PFND3D11_1DDI_DESTROYVIDEOPROCESSORINPUTVIEW Pfnd3d111DdiDestroyvideoprocessorinputview;
VOID Pfnd3d111DdiDestroyvideoprocessorinputview(
D3D10DDI_HDEVICE unnamedParam1,
D3D11_1DDI_HVIDEOPROCESSORINPUTVIEW unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Releases resources for the video processor input view that were created through a call to the CreateVideoProcessorInputView function.
unnamedParam1hDevice [in]
A handle to the display device (graphics context).
unnamedParam2hView [in]
A handle to the driver's private data for the video processor input view. This handle was created by the Direct3D runtime and passed to the driver in the call to CreateVideoProcessorInputView.