pub trait IUserActivityInterop_Impl: Sized {
    // Required method
    fn CreateSessionForWindow(
        &self,
        window: HWND,
        iid: *const GUID,
        value: *mut *mut c_void
    ) -> Result<()>;
}

Required Methods§

fn CreateSessionForWindow( &self, window: HWND, iid: *const GUID, value: *mut *mut c_void ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§