D3DDDIARG_DECODEENDFRAME - NtDoc

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

typedef struct _D3DDDIARG_DECODEENDFRAME {
  HANDLE hDecode;
  HANDLE *pHandleComplete;
} D3DDDIARG_DECODEENDFRAME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDIARG_DECODEENDFRAME structure

Description

The D3DDDIARG_DECODEENDFRAME structure specifies the Microsoft DirectX Video Accelerator (VA) decoder that should stop decoding a frame.

Members

hDecode

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

pHandleComplete

This member is reserved and should be set to NULL.

See also

CreateDecodeDevice

DecodeEndFrame