ReactOS 0.4.15-dev-7834-g00c4b3d
_CMSG_CMS_RECIPIENT_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_CMS_RECIPIENT_INFO:

Public Attributes

DWORD dwRecipientChoice
 
union {
   PCMSG_KEY_TRANS_RECIPIENT_INFO   pKeyTrans
 
   PCMSG_KEY_AGREE_RECIPIENT_INFO   pKeyAgree
 
   PCMSG_MAIL_LIST_RECIPIENT_INFO   pMailList
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 4030 of file wincrypt.h.

Member Data Documentation

◆ 

union { ... } _CMSG_CMS_RECIPIENT_INFO::DUMMYUNIONNAME

◆ dwRecipientChoice

DWORD _CMSG_CMS_RECIPIENT_INFO::dwRecipientChoice

Definition at line 4031 of file wincrypt.h.

◆ pKeyAgree

PCMSG_KEY_AGREE_RECIPIENT_INFO _CMSG_CMS_RECIPIENT_INFO::pKeyAgree

Definition at line 4034 of file wincrypt.h.

◆ pKeyTrans

PCMSG_KEY_TRANS_RECIPIENT_INFO _CMSG_CMS_RECIPIENT_INFO::pKeyTrans

Definition at line 4033 of file wincrypt.h.

◆ pMailList

PCMSG_MAIL_LIST_RECIPIENT_INFO _CMSG_CMS_RECIPIENT_INFO::pMailList

Definition at line 4035 of file wincrypt.h.


The documentation for this struct was generated from the following file: