Trait windows::Win32::Storage::FileHistory::IFhTarget_Impl
pub trait IFhTarget_Impl: Sized {
// Required methods
fn GetStringProperty(
&self,
propertytype: FH_TARGET_PROPERTY_TYPE,
) -> Result<BSTR>;
fn GetNumericalProperty(
&self,
propertytype: FH_TARGET_PROPERTY_TYPE,
) -> Result<u64>;
}
Required Methods§
fn GetStringProperty( &self, propertytype: FH_TARGET_PROPERTY_TYPE, ) -> Result<BSTR>
fn GetNumericalProperty( &self, propertytype: FH_TARGET_PROPERTY_TYPE, ) -> Result<u64>
Object Safety§
This trait is not object safe.