Source position: jwawincrypt.pas line 7273
type _CMSG_CTRL_MAIL_LIST_DECRYPT_PARA = record |
cbSize: DWORD; |
hCryptProv: HCRYPTPROV; |
pMailList: PCMSG_MAIL_LIST_RECIPIENT_INFO; |
dwRecipientIndex: DWORD; |
dwKeyChoice: DWORD; |
case Integer of |
0: ( |
hKeyEncryptionKey: HCRYPTKEY; |
); |
1: ( |
pvKeyEncryptionKey: Pointer; |
); |
end; |