Skip to main content

IShellIconOverlayIdentifier_Impl

Trait IShellIconOverlayIdentifier_Impl 

Source
pub trait IShellIconOverlayIdentifier_Impl: IUnknownImpl {
    // Required methods
    fn IsMemberOf(&self, pwszpath: &PCWSTR, dwattrib: u32) -> Result<(), Error>;
    fn GetOverlayInfo(
        &self,
        pwsziconfile: PWSTR,
        cchmax: i32,
        pindex: *mut i32,
        pdwflags: *mut u32,
    ) -> Result<(), Error>;
    fn GetPriority(&self) -> Result<i32, Error>;
}

Required Methods§

Source

fn IsMemberOf(&self, pwszpath: &PCWSTR, dwattrib: u32) -> Result<(), Error>

Source

fn GetOverlayInfo( &self, pwsziconfile: PWSTR, cchmax: i32, pindex: *mut i32, pdwflags: *mut u32, ) -> Result<(), Error>

Source

fn GetPriority(&self) -> Result<i32, Error>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§