struttura CMC_DATA_INFO (wincrypt.h)
La struttura CMC_DATA_INFO consente di comunicare parti diverse di informazioni con tag.
Sintassi
typedef struct _CMC_DATA_INFO {
DWORD cTaggedAttribute;
PCMC_TAGGED_ATTRIBUTE rgTaggedAttribute;
DWORD cTaggedRequest;
PCMC_TAGGED_REQUEST rgTaggedRequest;
DWORD cTaggedContentInfo;
PCMC_TAGGED_CONTENT_INFO rgTaggedContentInfo;
DWORD cTaggedOtherMsg;
PCMC_TAGGED_OTHER_MSG rgTaggedOtherMsg;
} CMC_DATA_INFO, *PCMC_DATA_INFO;
Members
cTaggedAttribute
Conteggio del numero di elementi nella matrice membro rgTaggedAttribute .
rgTaggedAttribute
Matrice di strutture CMC_TAGGED_ATTRIBUTE .
cTaggedRequest
Conteggio del numero di elementi nella matrice di membri rgTaggedRequest .
rgTaggedRequest
Matrice di strutture CMC_TAGGED_REQUEST .
cTaggedContentInfo
Conteggio del numero di elementi nella matrice membro rgTaggedContentInfo .
rgTaggedContentInfo
Matrice di strutture CMC_TAGGED_CONTENT_INFO .
cTaggedOtherMsg
Conteggio del numero di elementi nella matrice membro rgTaggedOtherMsg .
rgTaggedOtherMsg
Matrice di strutture CMC_TAGGED_OTHER_MSG .
Commenti
Tutte le matrici con tag sono facoltative.
Requisiti
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | wincrypt.h |