Trait ICreatePropBagOnRegKey_Impl
pub trait ICreatePropBagOnRegKey_Impl: IUnknownImpl {
// Required method
fn Create(
&self,
hkey: HKEY,
subkey: &PCWSTR,
uloptions: u32,
samdesired: u32,
iid: *const GUID,
ppbag: *mut *mut c_void,
) -> Result<()>;
}
Required Methods§
fn Create( &self, hkey: HKEY, subkey: &PCWSTR, uloptions: u32, samdesired: u32, iid: *const GUID, ppbag: *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.