PFND3D12DDI_DESTROYVIDEOMOTIONESTIMATOR_0053 - NtDoc

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

PFND3D12DDI_DESTROYVIDEOMOTIONESTIMATOR_0053 Pfnd3d12ddiDestroyvideomotionestimator0053;

VOID Pfnd3d12ddiDestroyvideomotionestimator0053(
  D3D12DDI_HDEVICE hDrvDevice,
  D3D12DDI_HVIDEOMOTIONESTIMATOR_0053 hDrvMotionEstimator
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_destroyvideomotionestimator_0053)

PFND3D12DDI_DESTROYVIDEOMOTIONESTIMATOR_0053 callback function

Description

Destroys the video motion estimator.

Parameters

hDrvDevice

A handle to the display device (graphics context) that the Direct3D runtime uses.

hDrvMotionEstimator

A handle to the user mode driver motion estimator type.

Prototype

//Declaration

PFND3D12DDI_DESTROYVIDEOMOTIONESTIMATOR_0053 Pfnd3d12ddiDestroyvideomotionestimator0053;

// Definition

VOID Pfnd3d12ddiDestroyvideomotionestimator0053
(
    D3D12DDI_HDEVICE hDrvDevice
    D3D12DDI_HVIDEOMOTIONESTIMATOR_0053 hDrvMotionEstimator
)
{...}

Remarks

See also