pub trait IResolveShellLink_Impl: Sized {
    // Required method
    fn ResolveShellLink(
        &self,
        punklink: Option<&IUnknown>,
        hwnd: HWND,
        fflags: u32
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§