Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 2.8 KB

nc-d3dumddi-pfnd3dddi_destroyvideoprocessdevice.md

File metadata and controls

75 lines (56 loc) · 2.8 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3dumddi.PFND3DDDI_DESTROYVIDEOPROCESSDEVICE
PFND3DDDI_DESTROYVIDEOPROCESSDEVICE (d3dumddi.h)
The DestroyVideoProcessDevice function releases resources for a Microsoft DirectX Video Acceleration (VA) video processing device.
display\destroyvideoprocessdevice.htm
display
05/10/2018
PFND3DDDI_DESTROYVIDEOPROCESSDEVICE callback function
DestroyVideoProcessDevice, DestroyVideoProcessDevice callback function [Display Devices], PFND3DDDI_DESTROYVIDEOPROCESSDEVICE, PFND3DDDI_DESTROYVIDEOPROCESSDEVICE callback, UserModeDisplayDriver_Functions_a10d05fa-387f-469f-b516-17378f2bd655.xml, d3dumddi/DestroyVideoProcessDevice, display.destroyvideoprocessdevice
d3dumddi.h
D3dumddi.h
Desktop
Available in Windows Vista and later versions of the Windows operating systems.
Windows
PFND3DDDI_DESTROYVIDEOPROCESSDEVICE
d3dumddi/PFND3DDDI_DESTROYVIDEOPROCESSDEVICE
APIRef
kbSyntax
UserDefined
d3dumddi.h
PFND3DDDI_DESTROYVIDEOPROCESSDEVICE

PFND3DDDI_DESTROYVIDEOPROCESSDEVICE callback function

-description

The DestroyVideoProcessDevice function releases resources for a Microsoft DirectX Video Acceleration (VA) video processing device.

-parameters

-param hDevice

A handle to the display device (graphics context).

-param hVideoProcessor

A handle to the DirectX VA video processing device that was created by the CreateVideoProcessDevice function.

-returns

DestroyVideoProcessDevice should return S_OK or an appropriate error result if it cannot successfully release resources for the DirectX VA decode device.

-remarks

The DestroyVideoProcessDevice function notifies the driver to destroy the handle to the DirectX VA video processing device that the CreateVideoProcessDevice function previously created. The driver can then release resources that are associated with the DirectX VA video processing device handle.

-see-also

CreateVideoProcessDevice

D3DDDI_DEVICEFUNCS