Struct windows_sys::Win32::Security::Cryptography::CMC_DATA_INFO
[−]#[repr(C)]pub struct CMC_DATA_INFO {
pub cTaggedAttribute: u32,
pub rgTaggedAttribute: *mut CMC_TAGGED_ATTRIBUTE,
pub cTaggedRequest: u32,
pub rgTaggedRequest: *mut CMC_TAGGED_REQUEST,
pub cTaggedContentInfo: u32,
pub rgTaggedContentInfo: *mut CMC_TAGGED_CONTENT_INFO,
pub cTaggedOtherMsg: u32,
pub rgTaggedOtherMsg: *mut CMC_TAGGED_OTHER_MSG,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
cTaggedAttribute: u32rgTaggedAttribute: *mut CMC_TAGGED_ATTRIBUTEcTaggedRequest: u32rgTaggedRequest: *mut CMC_TAGGED_REQUESTcTaggedContentInfo: u32rgTaggedContentInfo: *mut CMC_TAGGED_CONTENT_INFOcTaggedOtherMsg: u32rgTaggedOtherMsg: *mut CMC_TAGGED_OTHER_MSG