ComputerList Event

Fired for each computer entry returned.

Syntax

class LDAPComputerListEventParams {
public:
  const QString &name();
  const QString &operatingSystem();
  const QString &lastLogon();
  int logonCount();
  const QString &dn();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void ComputerList(LDAPComputerListEventParams *e);
// Or, subclass LDAP and override this emitter function. virtual int FireComputerList(LDAPComputerListEventParams *e) {...}

Remarks

This event is fired once for each computer returned when the ListComputers method is called.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Qt Edition - Version 20.0 [Build 8307]