pub trait ICoreWindowComponentInterop_Impl: Sized {
    // Required methods
    fn ConfigureComponentInput(
        &self,
        hostviewinstanceid: u32,
        hwndhost: HWND,
        inputsourcevisual: Option<&IUnknown>
    ) -> Result<()>;
    fn GetViewInstanceId(&self) -> Result<u32>;
}

Required Methods§

fn ConfigureComponentInput( &self, hostviewinstanceid: u32, hwndhost: HWND, inputsourcevisual: Option<&IUnknown> ) -> Result<()>

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

Object Safety§

This trait is not object safe.

Implementors§