Trait windows::Win32::UI::Shell::PropertiesSystem::IPropertyChange_Impl
pub trait IPropertyChange_Impl: Sized + IObjectWithPropertyKey_Impl {
// Required method
fn ApplyToPropVariant(
&self,
propvarin: *const PROPVARIANT,
) -> Result<PROPVARIANT>;
}
Required Methods§
fn ApplyToPropVariant( &self, propvarin: *const PROPVARIANT, ) -> Result<PROPVARIANT>
Object Safety§
This trait is not object safe.