struttura CERT_LOGOTYPE_AUDIO (wincrypt.h)

La struttura CERT_LOGOTYPE_AUDIO contiene informazioni su un logotipo audio.

Sintassi

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

Members

LogotypeDetails

Struttura CERT_LOGOTYPE_DETAILS che contiene informazioni aggiuntive sui dati audio.

pLogotypeAudioInfo

Indirizzo di una struttura CERT_LOGOTYPE_AUDIO_INFO che contiene le informazioni audio.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wincrypt.h

Vedi anche

CERT_LOGOTYPE_DATA