pub trait IADsOpenDSObject_Impl: Sized + IDispatch_Impl {
    // Required method
    fn OpenDSObject(
        &self,
        lpszdnname: &BSTR,
        lpszusername: &BSTR,
        lpszpassword: &BSTR,
        lnreserved: i32
    ) -> Result<IDispatch>;
}

Required Methods§

fn OpenDSObject( &self, lpszdnname: &BSTR, lpszusername: &BSTR, lpszpassword: &BSTR, lnreserved: i32 ) -> Result<IDispatch>

Object Safety§

This trait is not object safe.

Implementors§