Trait IMSImpExpHelpW_Impl
pub trait IMSImpExpHelpW_Impl: IUnknownImpl {
// Required method
fn EnumeratePathsInFile(
&self,
pszfilename: &PCWSTR,
pszkeytype: &PCWSTR,
dwmdbuffersize: u32,
pszbuffer: PWSTR,
pdwmdrequiredbuffersize: *mut u32,
) -> Result<()>;
}
Required Methods§
fn EnumeratePathsInFile( &self, pszfilename: &PCWSTR, pszkeytype: &PCWSTR, dwmdbuffersize: u32, pszbuffer: PWSTR, pdwmdrequiredbuffersize: *mut u32, ) -> 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.