Skip to main content

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: u64, pub rgTaggedAttribute: *mut _CMC_TAGGED_ATTRIBUTE, pub cTaggedContentInfo: u64, pub rgTaggedContentInfo: *mut _CMC_TAGGED_CONTENT_INFO, pub cTaggedOtherMsg: u64, pub rgTaggedOtherMsg: *mut _CMC_TAGGED_OTHER_MSG, }

Fields§

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