CMC_RESPONSE_INFO-Struktur (wincrypt.h)
Die CMC_RESPONSE_INFO-Struktur bietet eine Möglichkeit, unterschiedliche Teile markierter Informationen zu kommunizieren.
Syntax
typedef struct _CMC_RESPONSE_INFO {
DWORD cTaggedAttribute;
PCMC_TAGGED_ATTRIBUTE rgTaggedAttribute;
DWORD cTaggedContentInfo;
PCMC_TAGGED_CONTENT_INFO rgTaggedContentInfo;
DWORD cTaggedOtherMsg;
PCMC_TAGGED_OTHER_MSG rgTaggedOtherMsg;
} CMC_RESPONSE_INFO, *PCMC_RESPONSE_INFO;
Member
cTaggedAttribute
Count of the number of elements in the rgTaggedAttribute member array.
rgTaggedAttribute
Array von CMC_TAGGED_ATTRIBUTE Strukturen.
cTaggedContentInfo
Count of the number of elements in the rgTaggedContentInfo member array.
rgTaggedContentInfo
Array von CMC_TAGGED_CONTENT_INFO Strukturen.
cTaggedOtherMsg
Anzahl der Elemente im rgTaggedOtherMsg-Memberarray .
rgTaggedOtherMsg
Array von CMC_TAGGED_OTHER_MSG Strukturen.
Hinweise
Alle markierten Arrays sind optional.
Anforderungen
Unterstützte Mindestversion (Client) | Windows XP [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2003 [nur Desktop-Apps] |
Kopfzeile | wincrypt.h |