Struct winapi::um::objidlbase::IAsyncRpcChannelBuffer   [−][src]
#[repr(C)]pub struct IAsyncRpcChannelBuffer {
    pub lpVtbl: *const IAsyncRpcChannelBufferVtbl,
}Fields
lpVtbl: *const IAsyncRpcChannelBufferVtblImplementations
pub unsafe fn Send(
    &self, 
    pMsg: *mut RPCOLEMESSAGE, 
    pSync: *mut ISynchronize, 
    pulStatus: *mut ULONG
) -> HRESULT
pub unsafe fn GetDestCtxEx(
    &self, 
    pMsg: *mut RPCOLEMESSAGE, 
    pdwDestContext: *mut DWORD, 
    ppvDestContext: *mut *mut c_void
) -> HRESULT
Methods from Deref<Target = IRpcChannelBuffer2>
Trait Implementations
type Target = IRpcChannelBuffer2
type Target = IRpcChannelBuffer2
The resulting type after dereferencing.
Dereferences the value.