pub trait IReleaseMarshalBuffers_Impl: Sized {
    // Required method
    fn ReleaseMarshalBuffer(
        &self,
        pmsg: *mut RPCOLEMESSAGE,
        dwflags: u32,
        pchnl: Option<&IUnknown>
    ) -> Result<()>;
}

Required Methods§

fn ReleaseMarshalBuffer( &self, pmsg: *mut RPCOLEMESSAGE, dwflags: u32, pchnl: Option<&IUnknown> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§