Trait windows::Win32::System::Com::IRpcHelper_Impl

pub trait IRpcHelper_Impl: Sized {
    // Required methods
    fn GetDCOMProtocolVersion(&self) -> Result<u32>;
    fn GetIIDFromOBJREF(&self, pobjref: *const c_void) -> Result<*mut GUID>;
}

Required Methods§

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

fn GetIIDFromOBJREF(&self, pobjref: *const c_void) -> Result<*mut GUID>

Object Safety§

This trait is not object safe.

Implementors§