CMC_RESPONSE_INFO

Type Alias CMC_RESPONSE_INFO 

Source
pub type CMC_RESPONSE_INFO = _CMC_RESPONSE_INFO;

Aliased Type§

#[repr(C)]
pub struct CMC_RESPONSE_INFO { pub cTaggedAttribute: u32, pub rgTaggedAttribute: *mut _CMC_TAGGED_ATTRIBUTE, pub cTaggedContentInfo: u32, pub rgTaggedContentInfo: *mut _CMC_TAGGED_CONTENT_INFO, pub cTaggedOtherMsg: u32, pub rgTaggedOtherMsg: *mut _CMC_TAGGED_OTHER_MSG, }

Fields§

§cTaggedAttribute: u32§rgTaggedAttribute: *mut _CMC_TAGGED_ATTRIBUTE§cTaggedContentInfo: u32§rgTaggedContentInfo: *mut _CMC_TAGGED_CONTENT_INFO§cTaggedOtherMsg: u32§rgTaggedOtherMsg: *mut _CMC_TAGGED_OTHER_MSG