CERT_LOGOTYPE_IMAGE structure (wincrypt.h)

The CERT_LOGOTYPE_IMAGE structure contains information about an image logotype.

Syntax

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

Members

LogotypeDetails

A CERT_LOGOTYPE_DETAILS structure that contains additional information about the image.

pLogotypeImageInfo

The address of a CERT_LOGOTYPE_IMAGE_INFO structure that contains the image 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