struttura CRYPT_XML_REFERENCES (cryptxml.h)
La struttura CRYPT_XML_REFERENCES definisce una matrice di strutture CRYPT_XML_REFERENCE .
Sintassi
typedef struct _CRYPT_XML_REFERENCES {
ULONG cReference;
PCRYPT_XML_REFERENCE *rgpReference;
} CRYPT_XML_REFERENCES, *PCRYPT_XML_REFERENCES;
Members
cReference
Numero di elementi nella matrice a cui punta il membro rgpReference .
rgpReference
Puntatore a una matrice di strutture PCRYPT_XML_REFERENCE .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | cryptxml.h |