pub type MIDL_SERVER_INFO = _MIDL_SERVER_INFO_;Aliased Type§
struct MIDL_SERVER_INFO {
pub pStubDesc: *const _MIDL_STUB_DESC,
pub DispatchTable: *const Option<unsafe extern "C" fn() -> i32>,
pub ProcString: *const u8,
pub FmtStringOffset: *const u16,
pub ThunkTable: *const Option<unsafe extern "C" fn(_: *mut _MIDL_STUB_MESSAGE)>,
pub pTransferSyntax: *mut _RPC_SYNTAX_IDENTIFIER,
pub nCount: u64,
pub pSyntaxInfo: *mut _MIDL_SYNTAX_INFO,
}Fields§
§pStubDesc: *const _MIDL_STUB_DESC§DispatchTable: *const Option<unsafe extern "C" fn() -> i32>§ProcString: *const u8§FmtStringOffset: *const u16§ThunkTable: *const Option<unsafe extern "C" fn(_: *mut _MIDL_STUB_MESSAGE)>§pTransferSyntax: *mut _RPC_SYNTAX_IDENTIFIER§nCount: u64§pSyntaxInfo: *mut _MIDL_SYNTAX_INFO