Share via


CERT_LOGOTYPE_IMAGE-Struktur (wincrypt.h)

Die CERT_LOGOTYPE_IMAGE-Struktur enthält Informationen zu einem Bildlogotyp.

Syntax

typedef struct _CERT_LOGOTYPE_IMAGE {
  CERT_LOGOTYPE_DETAILS     LogotypeDetails;
  PCERT_LOGOTYPE_IMAGE_INFO pLogotypeImageInfo;
} CERT_LOGOTYPE_IMAGE, *PCERT_LOGOTYPE_IMAGE;

Member

LogotypeDetails

Eine CERT_LOGOTYPE_DETAILS-Struktur , die zusätzliche Informationen zum Bild enthält.

pLogotypeImageInfo

Die Adresse einer CERT_LOGOTYPE_IMAGE_INFO Struktur, die die Bildinformationen 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