Trait IWMDMNotification_Impl
pub trait IWMDMNotification_Impl: IUnknownImpl {
// Required method
fn WMDMMessage(
&self,
dwmessagetype: u32,
pwszcanonicalname: &PCWSTR,
) -> Result<()>;
}
Required Methods§
fn WMDMMessage( &self, dwmessagetype: u32, pwszcanonicalname: &PCWSTR, ) -> 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.