#[repr(C)]
pub union CMSG_CMS_RECIPIENT_INFO_0 {
pub pKeyTrans: *mut CMSG_KEY_TRANS_RECIPIENT_INFO,
pub pKeyAgree: *mut CMSG_KEY_AGREE_RECIPIENT_INFO,
pub pMailList: *mut CMSG_MAIL_LIST_RECIPIENT_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields§
§pKeyTrans: *mut CMSG_KEY_TRANS_RECIPIENT_INFO
§pKeyAgree: *mut CMSG_KEY_AGREE_RECIPIENT_INFO
§pMailList: *mut CMSG_MAIL_LIST_RECIPIENT_INFO