pub trait ITDirectoryObjectUser_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn IPPhonePrimary(&self) -> Result<BSTR>;
    fn SetIPPhonePrimary(&self, pname: &BSTR) -> Result<()>;
}

Required Methods§

fn IPPhonePrimary(&self) -> Result<BSTR>

fn SetIPPhonePrimary(&self, pname: &BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§