Trait IShellIconOverlayIdentifier_Impl
pub trait IShellIconOverlayIdentifier_Impl: IUnknownImpl {
// Required methods
fn IsMemberOf(&self, pwszpath: &PCWSTR, dwattrib: u32) -> Result<()>;
fn GetOverlayInfo(
&self,
pwsziconfile: PWSTR,
cchmax: i32,
pindex: *mut i32,
pdwflags: *mut u32,
) -> Result<()>;
fn GetPriority(&self) -> Result<i32>;
}
Required Methods§
fn IsMemberOf(&self, pwszpath: &PCWSTR, dwattrib: u32) -> Result<()>
fn GetOverlayInfo( &self, pwsziconfile: PWSTR, cchmax: i32, pindex: *mut i32, pdwflags: *mut u32, ) -> Result<()>
fn GetPriority(&self) -> Result<i32>
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.