// dxva.h
typedef struct _DXVA_COPPSignature {
UCHAR Signature[256];
} DXVA_COPPSignature, *LPDXVA_COPPSignature;
View the official Windows Driver Kit DDI referenceNo description available.
The DXVA_COPPSignature structure describes a sequence of items concatenated together that starts an active protected video session.
SignatureSpecifies an array for the concatenated sequence of items.
The DXVA_COPPSignature structure is passed in the pSeqStartInfo parameter of the COPPSequenceStart function.
The array at Signature consists of the following items concatenated together: