// d3dumddi.h
typedef struct _DXVADDI_PVP_SETKEY {
[in] DXVADDI_PVP_KEY128 ContentKey;
} DXVADDI_PVP_SETKEY;
View the official Windows Driver Kit DDI referenceNo description available.
The DXVADDI_PVP_SETKEY structure describes a key that the decode device uses to start decoding a frame.
ContentKey [in]A DXVADDI_PVP_KEY128 structure that contains the 128-bit key.