Type Alias MIDL_STUB_DESC

Source
pub type MIDL_STUB_DESC = _MIDL_STUB_DESC;

Aliased Type§

struct MIDL_STUB_DESC {
Show 20 fields pub RpcInterfaceInformation: *mut c_void, pub pfnAllocate: Option<unsafe extern "C" fn(_: usize) -> *mut c_void>, pub pfnFree: Option<unsafe extern "C" fn(_: *mut c_void)>, pub IMPLICIT_HANDLE_INFO: _MIDL_STUB_DESC__bindgen_ty_1, pub apfnNdrRundownRoutines: *const Option<unsafe extern "C" fn(_: *mut c_void)>, pub aGenericBindingRoutinePairs: *const _GENERIC_BINDING_ROUTINE_PAIR, pub apfnExprEval: *const Option<unsafe extern "C" fn(_: *mut _MIDL_STUB_MESSAGE)>, pub aXmitQuintuple: *const _XMIT_ROUTINE_QUINTUPLE, pub pFormatTypes: *const u8, pub fCheckBounds: i32, pub Version: u32, pub pMallocFreeStruct: *mut _MALLOC_FREE_STRUCT, pub MIDLVersion: i32, pub CommFaultOffsets: *const _COMM_FAULT_OFFSETS, pub aUserMarshalQuadruple: *const _USER_MARSHAL_ROUTINE_QUADRUPLE, pub NotifyRoutineTable: *const Option<unsafe extern "C" fn()>, pub mFlags: u64, pub CsRoutineTables: *const _NDR_CS_ROUTINES, pub ProxyServerInfo: *mut c_void, pub pExprInfo: *const _NDR_EXPR_DESC,
}

Fields§

§RpcInterfaceInformation: *mut c_void§pfnAllocate: Option<unsafe extern "C" fn(_: usize) -> *mut c_void>§pfnFree: Option<unsafe extern "C" fn(_: *mut c_void)>§IMPLICIT_HANDLE_INFO: _MIDL_STUB_DESC__bindgen_ty_1§apfnNdrRundownRoutines: *const Option<unsafe extern "C" fn(_: *mut c_void)>§aGenericBindingRoutinePairs: *const _GENERIC_BINDING_ROUTINE_PAIR§apfnExprEval: *const Option<unsafe extern "C" fn(_: *mut _MIDL_STUB_MESSAGE)>§aXmitQuintuple: *const _XMIT_ROUTINE_QUINTUPLE§pFormatTypes: *const u8§fCheckBounds: i32§Version: u32§pMallocFreeStruct: *mut _MALLOC_FREE_STRUCT§MIDLVersion: i32§CommFaultOffsets: *const _COMM_FAULT_OFFSETS§aUserMarshalQuadruple: *const _USER_MARSHAL_ROUTINE_QUADRUPLE§NotifyRoutineTable: *const Option<unsafe extern "C" fn()>§mFlags: u64§CsRoutineTables: *const _NDR_CS_ROUTINES§ProxyServerInfo: *mut c_void§pExprInfo: *const _NDR_EXPR_DESC