windows::Win32::Networking::ActiveDirectory

Trait IPrivateUnknown_Impl

pub trait IPrivateUnknown_Impl: IUnknownImpl {
    // Required methods
    fn ADSIInitializeObject(
        &self,
        lpszusername: &BSTR,
        lpszpassword: &BSTR,
        lnreserved: i32,
    ) -> Result<()>;
    fn ADSIReleaseObject(&self) -> Result<()>;
}

Required Methods§

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

fn ADSIReleaseObject(&self) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§