pub trait IBrowserService3_Impl: Sized + IBrowserService2_Impl {
    // Required methods
    fn _PositionViewWindow(&self, hwnd: HWND, prc: *const RECT) -> Result<()>;
    fn IEParseDisplayNameEx(
        &self,
        uicp: u32,
        pwszpath: &PCWSTR,
        dwflags: u32
    ) -> Result<*mut ITEMIDLIST>;
}

Required Methods§

fn _PositionViewWindow(&self, hwnd: HWND, prc: *const RECT) -> Result<()>

fn IEParseDisplayNameEx( &self, uicp: u32, pwszpath: &PCWSTR, dwflags: u32 ) -> Result<*mut ITEMIDLIST>

Object Safety§

This trait is not object safe.

Implementors§