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

Required Methods§

fn IsSameSxsConfig( &self, wszsxsname: &PCWSTR, wszsxsdirectory: &PCWSTR, wszsxsappname: &PCWSTR ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§