Type Alias MIDL_SYNTAX_INFO

Source
pub type MIDL_SYNTAX_INFO = _MIDL_SYNTAX_INFO;

Aliased Type§

struct MIDL_SYNTAX_INFO {
    pub TransferSyntax: _RPC_SYNTAX_IDENTIFIER,
    pub DispatchTable: *mut RPC_DISPATCH_TABLE,
    pub ProcString: *const u8,
    pub FmtStringOffset: *const u16,
    pub TypeString: *const u8,
    pub aUserMarshalQuadruple: *const c_void,
    pub pMethodProperties: *const _MIDL_INTERFACE_METHOD_PROPERTIES,
    pub pReserved2: u64,
}

Fields§

§TransferSyntax: _RPC_SYNTAX_IDENTIFIER§DispatchTable: *mut RPC_DISPATCH_TABLE§ProcString: *const u8§FmtStringOffset: *const u16§TypeString: *const u8§aUserMarshalQuadruple: *const c_void§pMethodProperties: *const _MIDL_INTERFACE_METHOD_PROPERTIES§pReserved2: u64