D3DDDIARG_VIDEOPROCESSENDFRAME - NtDoc

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

typedef struct _D3DDDIARG_VIDEOPROCESSENDFRAME {
  HANDLE hVideoProcess;
  HANDLE *pHandleComplete;
} D3DDDIARG_VIDEOPROCESSENDFRAME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_videoprocessendframe)

_D3DDDIARG_VIDEOPROCESSENDFRAME structure

Description

The D3DDDIARG_VIDEOPROCESSENDFRAME structure specifies the Microsoft DirectX Video Accelerator (VA) video process that should stop processing a frame.

Members

hVideoProcess

A handle to the DirectX VA video process device. The user-mode display driver returns this handle in a call to its CreateVideoProcessDevice function.

pHandleComplete

This member is reserved and should be set to NULL.

See also

CreateVideoProcessDevice

VideoProcessEndFrame