pub type USER_MARSHAL_CB = _USER_MARSHAL_CB;Aliased Type§
#[repr(C)]pub struct USER_MARSHAL_CB {
pub Flags: u32,
pub pStubMsg: *mut _MIDL_STUB_MESSAGE,
pub pReserve: *const u8,
pub Signature: u32,
pub CBType: _USER_MARSHAL_CB_TYPE,
pub pFormat: *const u8,
pub pTypeFormat: *const u8,
}Fields§
§Flags: u32§pStubMsg: *mut _MIDL_STUB_MESSAGE§pReserve: *const u8§Signature: u32§CBType: _USER_MARSHAL_CB_TYPE§pFormat: *const u8§pTypeFormat: *const u8