LPDXVA_COPPSignature - NtDoc

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

typedef struct _DXVA_COPPSignature {
  UCHAR Signature[256];
} DXVA_COPPSignature, *LPDXVA_COPPSignature;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dxva-_dxva_coppsignature)

_DXVA_COPPSignature structure

Description

The DXVA_COPPSignature structure describes a sequence of items concatenated together that starts an active protected video session.

Members

Signature

Specifies an array for the concatenated sequence of items.

Remarks

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:

See also

COPPKeyExchange

COPPSequenceStart