pub trait IADsFileService_Impl: Sized + IADsService_Impl {
// Required methods
fn Description(&self) -> Result<BSTR>;
fn SetDescription(&self, bstrdescription: &BSTR) -> Result<()>;
fn MaxUserCount(&self) -> Result<i32>;
fn SetMaxUserCount(&self, lnmaxusercount: i32) -> Result<()>;
}
Required Methods§
fn Description(&self) -> Result<BSTR>
fn SetDescription(&self, bstrdescription: &BSTR) -> Result<()>
fn MaxUserCount(&self) -> Result<i32>
fn SetMaxUserCount(&self, lnmaxusercount: i32) -> Result<()>
Object Safety§
This trait is not object safe.