Skip to content

Latest commit

 

History

History
89 lines (69 loc) · 3.21 KB

ns-wincrypt-cmsg_ctrl_mail_list_decrypt_para.md

File metadata and controls

89 lines (69 loc) · 3.21 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wincrypt._CMSG_CTRL_MAIL_LIST_DECRYPT_PARA
CMSG_CTRL_MAIL_LIST_DECRYPT_PARA (wincrypt.h)
Contains information on a mail list message recipient.
*PCMSG_CTRL_MAIL_LIST_DECRYPT_PARA
CMSG_CTRL_MAIL_LIST_DECRYPT_PARA
CMSG_CTRL_MAIL_LIST_DECRYPT_PARA structure [Security]
PCMSG_CTRL_MAIL_LIST_DECRYPT_PARA
PCMSG_CTRL_MAIL_LIST_DECRYPT_PARA structure pointer [Security]
_crypto2_cmsg_ctrl_mail_list_decrypt_para
security.cmsg_ctrl_mail_list_decrypt_para
wincrypt/CMSG_CTRL_MAIL_LIST_DECRYPT_PARA
wincrypt/PCMSG_CTRL_MAIL_LIST_DECRYPT_PARA
security\cmsg_ctrl_mail_list_decrypt_para.htm
security
30735e01-db6b-40fc-b4c8-cdc24e73defa
12/05/2018
*PCMSG_CTRL_MAIL_LIST_DECRYPT_PARA, CMSG_CTRL_MAIL_LIST_DECRYPT_PARA, CMSG_CTRL_MAIL_LIST_DECRYPT_PARA structure [Security], PCMSG_CTRL_MAIL_LIST_DECRYPT_PARA, PCMSG_CTRL_MAIL_LIST_DECRYPT_PARA structure pointer [Security], _crypto2_cmsg_ctrl_mail_list_decrypt_para, security.cmsg_ctrl_mail_list_decrypt_para, wincrypt/CMSG_CTRL_MAIL_LIST_DECRYPT_PARA, wincrypt/PCMSG_CTRL_MAIL_LIST_DECRYPT_PARA
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
CMSG_CTRL_MAIL_LIST_DECRYPT_PARA, *PCMSG_CTRL_MAIL_LIST_DECRYPT_PARA
19H1
_CMSG_CTRL_MAIL_LIST_DECRYPT_PARA
wincrypt/_CMSG_CTRL_MAIL_LIST_DECRYPT_PARA
PCMSG_CTRL_MAIL_LIST_DECRYPT_PARA
wincrypt/PCMSG_CTRL_MAIL_LIST_DECRYPT_PARA
CMSG_CTRL_MAIL_LIST_DECRYPT_PARA
wincrypt/CMSG_CTRL_MAIL_LIST_DECRYPT_PARA
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
CMSG_CTRL_MAIL_LIST_DECRYPT_PARA

CMSG_CTRL_MAIL_LIST_DECRYPT_PARA structure

-description

The CMSG_CTRL_MAIL_LIST_DECRYPT_PARA structure contains information on a mail list message recipient.

-struct-fields

-field cbSize

The size, in bytes, of this data structure.

-field hCryptProv

The provider used to do the recipient key encryption and export. If hCryptProv is NULL, the provider specified in CMSG_ENVELOPED_ENCODE_INFO is used.

-field pMailList

A pointer to a CMSG_MAIL_LIST_RECIPIENT_INFO structure.

-field dwRecipientIndex

Indicates a specific recipient in any array of recipients.

-field dwKeyChoice

Indicates the member of the following union that will be used. Currently only CMSG_MAIL_LIST_HANDLE_KEY_CHOICE is defined.

-field DUMMYUNIONNAME

-field DUMMYUNIONNAME.hKeyEncryptionKey

Handle of the key encryption key. Used with dwKeyChoice set to CMSG_MAIL_LIST_HANDLE_KEY_CHOICE.

-field DUMMYUNIONNAME.pvKeyEncryptionKey

A pointer to a void. Reserved for future use.