Source position: jwawincrypt.pas line 6955
type _CMSG_CMS_RECIPIENT_INFO = record |
dwRecipientChoice: DWORD; |
case Integer of |
0: ( |
pKeyTrans: PCMSG_KEY_TRANS_RECIPIENT_INFO; |
); |
1: ( |
pKeyAgree: PCMSG_KEY_AGREE_RECIPIENT_INFO; |
); |
2: ( |
pMailList: PCMSG_MAIL_LIST_RECIPIENT_INFO; |
); |
end; |