// d3dumddi.h
typedef struct _D3DDDIARG_DECODEBEGINFRAME {
HANDLE hDecode;
DXVADDI_PVP_SETKEY *pPVPSetKey;
} D3DDDIARG_DECODEBEGINFRAME;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDIARG_DECODEBEGINFRAME structure specifies the Microsoft DirectX Video Accelerator (VA) decoder that should start decoding a frame.
hDecodeA handle to the DirectX VA decode device. The user-mode display driver returns this handle in a call to its CreateDecodeDevice function.
pPVPSetKeyA pointer to the DXVADDI_PVP_SETKEY structure that contains a key that the driver requires for the decode device to start operating.