Trait windows::Win32::System::Com::IRpcChannelBuffer2_Impl

pub trait IRpcChannelBuffer2_Impl: Sized + IRpcChannelBuffer_Impl {
    // Required method
    fn GetProtocolVersion(&self) -> Result<u32>;
}

Required Methods§

fn GetProtocolVersion(&self) -> Result<u32>

Object Safety§

This trait is not object safe.

Implementors§