Trait IAccPropServer_Impl
pub trait IAccPropServer_Impl: IUnknownImpl {
// Required method
fn GetPropValue(
&self,
pidstring: *const u8,
dwidstringlen: u32,
idprop: &GUID,
pvarvalue: *mut VARIANT,
pfhasprop: *mut BOOL,
) -> Result<()>;
}
Required Methods§
fn GetPropValue( &self, pidstring: *const u8, dwidstringlen: u32, idprop: &GUID, pvarvalue: *mut VARIANT, pfhasprop: *mut BOOL, ) -> Result<()>
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.