pub trait IWbemLocator_Impl: Sized {
    // Required method
    fn ConnectServer(
        &self,
        strnetworkresource: &BSTR,
        struser: &BSTR,
        strpassword: &BSTR,
        strlocale: &BSTR,
        lsecurityflags: i32,
        strauthority: &BSTR,
        pctx: Option<&IWbemContext>
    ) -> Result<IWbemServices>;
}

Required Methods§

fn ConnectServer( &self, strnetworkresource: &BSTR, struser: &BSTR, strpassword: &BSTR, strlocale: &BSTR, lsecurityflags: i32, strauthority: &BSTR, pctx: Option<&IWbemContext> ) -> Result<IWbemServices>

Object Safety§

This trait is not object safe.

Implementors§