AMCOPPSignature Structure

 
Microsoft DirectShow 9.0

AMCOPPSignature Structure

The AMCOPPSignature structure contains the signature needed for the IAMCertifiedOutputProtection::SessionSequenceStart method.

Syntax

typedef struct _AMCOPPSignature {
    BYTE Signature[256];
} AMCOPPSignature;

Members

Signature

Buffer that contains the signature. For more information, see the Remarks section for the SessionSequenceStart method.

Requirements

  Header: Dshow.h.

See Also