pub trait IStdMarshalInfo_Impl: Sized {
    // Required method
    fn GetClassForHandler(
        &self,
        dwdestcontext: u32,
        pvdestcontext: *const c_void
    ) -> Result<GUID>;
}

Required Methods§

fn GetClassForHandler( &self, dwdestcontext: u32, pvdestcontext: *const c_void ) -> Result<GUID>

Object Safety§

This trait is not object safe.

Implementors§