windows::Win32::System::ComponentServices

Trait IComTrackingInfoObject_Impl

pub trait IComTrackingInfoObject_Impl: IUnknownImpl {
    // Required method
    fn GetValue(&self, szpropertyname: &PCWSTR) -> Result<VARIANT>;
}

Required Methods§

fn GetValue(&self, szpropertyname: &PCWSTR) -> Result<VARIANT>

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§