Trait IOpenServiceManager_Impl
pub trait IOpenServiceManager_Impl: IUnknownImpl {
// Required methods
fn InstallService(&self, pwzserviceurl: &PCWSTR) -> Result<IOpenService>;
fn UninstallService(&self, pservice: Ref<'_, IOpenService>) -> Result<()>;
fn GetServiceByID(&self, pwzid: &PCWSTR) -> Result<IOpenService>;
}
Required Methods§
fn InstallService(&self, pwzserviceurl: &PCWSTR) -> Result<IOpenService>
fn UninstallService(&self, pservice: Ref<'_, IOpenService>) -> Result<()>
fn GetServiceByID(&self, pwzid: &PCWSTR) -> Result<IOpenService>
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.