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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§