Share via


CERT_LOGOTYPE_AUDIO-Struktur (wincrypt.h)

Die CERT_LOGOTYPE_AUDIO-Struktur enthält Informationen zu einem Audiologotyp.

Syntax

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

Member

LogotypeDetails

Eine CERT_LOGOTYPE_DETAILS Struktur, die zusätzliche Informationen zu den Audiodaten enthält.

pLogotypeAudioInfo

Die Adresse einer CERT_LOGOTYPE_AUDIO_INFO Struktur, die die Audioinformationen enthält.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [nur Desktop-Apps]
Kopfzeile wincrypt.h

Weitere Informationen

CERT_LOGOTYPE_DATA