pub trait IWMProfileManager2_Impl: Sized + IWMProfileManager_Impl {
    // Required methods
    fn GetSystemProfileVersion(
        &self,
        pdwversion: *mut WMT_VERSION
    ) -> Result<()>;
    fn SetSystemProfileVersion(&self, dwversion: WMT_VERSION) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§