|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wincrypt.h>

Public Attributes | |
| DWORD | dwRecipientChoice |
| union { | |
| PCMSG_KEY_TRANS_RECIPIENT_INFO pKeyTrans | |
| PCMSG_KEY_AGREE_RECIPIENT_INFO pKeyAgree | |
| PCMSG_MAIL_LIST_RECIPIENT_INFO pMailList | |
| } | DUMMYUNIONNAME |
Definition at line 4195 of file wincrypt.h.
| union { ... } _CMSG_CMS_RECIPIENT_INFO::DUMMYUNIONNAME |
| DWORD _CMSG_CMS_RECIPIENT_INFO::dwRecipientChoice |
Definition at line 4196 of file wincrypt.h.
| PCMSG_KEY_AGREE_RECIPIENT_INFO _CMSG_CMS_RECIPIENT_INFO::pKeyAgree |
Definition at line 4199 of file wincrypt.h.
| PCMSG_KEY_TRANS_RECIPIENT_INFO _CMSG_CMS_RECIPIENT_INFO::pKeyTrans |
Definition at line 4198 of file wincrypt.h.
| PCMSG_MAIL_LIST_RECIPIENT_INFO _CMSG_CMS_RECIPIENT_INFO::pMailList |
Definition at line 4200 of file wincrypt.h.