CERT_LOGOTYPE_AUDIO structure (wincrypt.h)

The CERT_LOGOTYPE_AUDIO structure contains information about an audio logotype.

Syntax

typedef struct _CERT_LOGOTYPE_AUDIO {
  CERT_LOGOTYPE_DETAILS     LogotypeDetails;
  PCERT_LOGOTYPE_AUDIO_INFO pLogotypeAudioInfo;
} CERT_LOGOTYPE_AUDIO, *PCERT_LOGOTYPE_AUDIO;

Members

LogotypeDetails

A CERT_LOGOTYPE_DETAILS structure that contains additional information about the audio data.

pLogotypeAudioInfo

The address of a CERT_LOGOTYPE_AUDIO_INFO structure that contains the audio information.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wincrypt.h

See also

CERT_LOGOTYPE_DATA