windows::Win32::System::ComponentServices

Trait ICheckSxsConfig_Impl

pub trait ICheckSxsConfig_Impl: IUnknownImpl {
    // Required method
    fn IsSameSxsConfig(
        &self,
        wszsxsname: &PCWSTR,
        wszsxsdirectory: &PCWSTR,
        wszsxsappname: &PCWSTR,
    ) -> Result<()>;
}

Required Methods§

fn IsSameSxsConfig( &self, wszsxsname: &PCWSTR, wszsxsdirectory: &PCWSTR, wszsxsappname: &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.

Implementors§