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