pub trait IDsObjectPickerCredentials_Impl: Sized + IDsObjectPicker_Impl {
    // Required method
    fn SetCredentials(
        &self,
        szusername: &PCWSTR,
        szpassword: &PCWSTR
    ) -> Result<()>;
}

Required Methods§

fn SetCredentials(&self, szusername: &PCWSTR, szpassword: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§