CRYPT_XML_REFERENCES structure (cryptxml.h)
The CRYPT_XML_REFERENCES structure defines an array of CRYPT_XML_REFERENCE structures.
Syntax
typedef struct _CRYPT_XML_REFERENCES {
ULONG cReference;
PCRYPT_XML_REFERENCE *rgpReference;
} CRYPT_XML_REFERENCES, *PCRYPT_XML_REFERENCES;
Members
cReference
The number of elements in the array pointed to by the rgpReference member.
rgpReference
A pointer to an array of PCRYPT_XML_REFERENCE structures.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | cryptxml.h |