Trait IDelayedPropertyStoreFactory_Impl
pub trait IDelayedPropertyStoreFactory_Impl: IPropertyStoreFactory_Impl {
// Required method
fn GetDelayedPropertyStore(
&self,
flags: GETPROPERTYSTOREFLAGS,
dwstoreid: u32,
riid: *const GUID,
ppv: *mut *mut c_void,
) -> Result<()>;
}
Required Methods§
fn GetDelayedPropertyStore( &self, flags: GETPROPERTYSTOREFLAGS, dwstoreid: u32, riid: *const GUID, ppv: *mut *mut c_void, ) -> 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.