CMC_DATA_INFO structure (wincrypt.h)
La structure CMC_DATA_INFO fournit un moyen de communiquer différents éléments d’informations étiquetées.
Syntaxe
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;
Membres
cTaggedAttribute
Nombre d’éléments dans le tableau de membres rgTaggedAttribute .
rgTaggedAttribute
Tableau de structures CMC_TAGGED_ATTRIBUTE .
cTaggedRequest
Nombre d’éléments dans le tableau de membres rgTaggedRequest .
rgTaggedRequest
Tableau de structures CMC_TAGGED_REQUEST .
cTaggedContentInfo
Nombre d’éléments dans le tableau de membres rgTaggedContentInfo .
rgTaggedContentInfo
Tableau de structures CMC_TAGGED_CONTENT_INFO .
cTaggedOtherMsg
Nombre d’éléments dans le tableau de membres rgTaggedOtherMsg .
rgTaggedOtherMsg
Tableau de structures CMC_TAGGED_OTHER_MSG .
Remarques
Tous les tableaux balisés sont facultatifs.
Configuration requise
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | wincrypt.h |