Trait IEmptyVolumeCache2_Impl
pub trait IEmptyVolumeCache2_Impl: IEmptyVolumeCache_Impl {
// Required method
fn InitializeEx(
&self,
hkregkey: HKEY,
pcwszvolume: &PCWSTR,
pcwszkeyname: &PCWSTR,
ppwszdisplayname: *mut PWSTR,
ppwszdescription: *mut PWSTR,
ppwszbtntext: *mut PWSTR,
pdwflags: *mut EMPTY_VOLUME_CACHE_FLAGS,
) -> Result<()>;
}
Required Methods§
fn InitializeEx( &self, hkregkey: HKEY, pcwszvolume: &PCWSTR, pcwszkeyname: &PCWSTR, ppwszdisplayname: *mut PWSTR, ppwszdescription: *mut PWSTR, ppwszbtntext: *mut PWSTR, pdwflags: *mut EMPTY_VOLUME_CACHE_FLAGS, ) -> 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.