windows::Win32::System::Mmc

Trait IMMCVersionInfo_Impl

pub trait IMMCVersionInfo_Impl: IUnknownImpl {
    // Required method
    fn GetMMCVersion(
        &self,
        pversionmajor: *mut i32,
        pversionminor: *mut i32,
    ) -> Result<()>;
}

Required Methods§

fn GetMMCVersion( &self, pversionmajor: *mut i32, pversionminor: *mut i32, ) -> 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.

Implementors§