CERT_LOGOTYPE_REFERENCE struttura (wincrypt.h)
La struttura CERT_LOGOTYPE_REFERENCE contiene informazioni di riferimento sul tipo di logotipo.
Sintassi
typedef struct _CERT_LOGOTYPE_REFERENCE {
DWORD cHashedUrl;
PCERT_HASHED_URL rgHashedUrl;
} CERT_LOGOTYPE_REFERENCE, *PCERT_LOGOTYPE_REFERENCE;
Members
cHashedUrl
Numero di elementi nella matrice rgHashedUrl .
rgHashedUrl
Matrice di strutture CERT_HASHED_URL che contengono l'URL hash del logotype. Il membro cHashedUrl contiene il numero di elementi in questa matrice.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | wincrypt.h |