Share via


CERT_LOGOTYPE_DATA structure (wincrypt.h)

La structure CERT_LOGOTYPE_DATA contient des données de logotype.

Syntaxe

typedef struct _CERT_LOGOTYPE_DATA {
  DWORD                cLogotypeImage;
  PCERT_LOGOTYPE_IMAGE rgLogotypeImage;
  DWORD                cLogotypeAudio;
  PCERT_LOGOTYPE_AUDIO rgLogotypeAudio;
} CERT_LOGOTYPE_DATA, *PCERT_LOGOTYPE_DATA;

Membres

cLogotypeImage

Nombre d’éléments dans le tableau rgLogotypeImage .

rgLogotypeImage

Tableau de structures CERT_LOGOTYPE_IMAGE qui contiennent les images de logotype. Le membre cLogotypeImage contient le nombre d’éléments dans ce tableau.

cLogotypeAudio

Nombre d’éléments dans le tableau rgLogotypeAudio .

rgLogotypeAudio

Tableau de structures CERT_LOGOTYPE_AUDIO qui contiennent les clips audio de logotype. Le membre cLogotypeAudio contient le nombre d’éléments dans ce tableau.

Configuration requise

   
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
En-tête wincrypt.h

Voir aussi

CERT_LOGOTYPE_INFO