pub trait IWbemConnectorLogin_Impl: Sized {
    // Required method
    fn ConnectorLogin(
        &self,
        wsznetworkresource: &PCWSTR,
        wszpreferredlocale: &PCWSTR,
        lflags: i32,
        pctx: Option<&IWbemContext>,
        riid: *const GUID,
        pinterface: *mut *mut c_void
    ) -> Result<()>;
}

Required Methods§

fn ConnectorLogin( &self, wsznetworkresource: &PCWSTR, wszpreferredlocale: &PCWSTR, lflags: i32, pctx: Option<&IWbemContext>, riid: *const GUID, pinterface: *mut *mut c_void ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§