PFND3D11_1DDI_DESTROYVIDEOPROCESSOROUTPUTVIEW - NtDoc

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

PFND3D11_1DDI_DESTROYVIDEOPROCESSOROUTPUTVIEW Pfnd3d111DdiDestroyvideoprocessoroutputview;

VOID Pfnd3d111DdiDestroyvideoprocessoroutputview(
  D3D10DDI_HDEVICE unnamedParam1,
  D3D11_1DDI_HVIDEOPROCESSOROUTPUTVIEW unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d10umddi-pfnd3d11_1ddi_destroyvideoprocessoroutputview)

PFND3D11_1DDI_DESTROYVIDEOPROCESSOROUTPUTVIEW callback function

Description

Releases resources for the video processor output view that were created through a call to the CreateVideoProcessorOutputView function.

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.

See also

CreateVideoProcessorOutputView