CERT_LOGOTYPE_DATA structure (wincrypt.h)

The CERT_LOGOTYPE_DATA structure contains logotype data.

Syntax

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

Members

cLogotypeImage

The number of elements in the rgLogotypeImage array.

rgLogotypeImage

An array of CERT_LOGOTYPE_IMAGE structures that contain the logotype images. The cLogotypeImage member contains the number of elements in this array.

cLogotypeAudio

The number of elements in the rgLogotypeAudio array.

rgLogotypeAudio

An array of CERT_LOGOTYPE_AUDIO structures that contain the logotype audio clips. The cLogotypeAudio member contains the number of elements in this array.

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_INFO