windows::Win32::System::Search

Trait IUrlAccessor2_Impl

pub trait IUrlAccessor2_Impl: IUrlAccessor_Impl {
    // Required methods
    fn GetDisplayUrl(
        &self,
        wszdocurl: PWSTR,
        dwsize: u32,
        pdwlength: *mut u32,
    ) -> Result<()>;
    fn IsDocument(&self) -> Result<()>;
    fn GetCodePage(
        &self,
        wszcodepage: PWSTR,
        dwsize: u32,
        pdwlength: *mut u32,
    ) -> Result<()>;
}

Required Methods§

fn GetDisplayUrl( &self, wszdocurl: PWSTR, dwsize: u32, pdwlength: *mut u32, ) -> Result<()>

fn IsDocument(&self) -> Result<()>

fn GetCodePage( &self, wszcodepage: PWSTR, dwsize: u32, pdwlength: *mut u32, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§