pub trait IServiceSxsConfig_Impl: Sized {
    // Required methods
    fn SxsConfig(&self, scsconfig: CSC_SxsConfig) -> Result<()>;
    fn SxsName(&self, szsxsname: &PCWSTR) -> Result<()>;
    fn SxsDirectory(&self, szsxsdirectory: &PCWSTR) -> Result<()>;
}

Required Methods§

fn SxsConfig(&self, scsconfig: CSC_SxsConfig) -> Result<()>

fn SxsName(&self, szsxsname: &PCWSTR) -> Result<()>

fn SxsDirectory(&self, szsxsdirectory: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§