GroupList Event

Fired for each group entry returned.

Syntax

class ActiveDirectoryGroupListEventParams {
public:
  const QString &name();
  const QString &description();
  const QString &dn();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void GroupList(ActiveDirectoryGroupListEventParams *e);
// Or, subclass ActiveDirectory and override this emitter function. virtual int FireGroupList(ActiveDirectoryGroupListEventParams *e) {...}

Remarks

This event is fired once for each group entry returned when either of the ListGroups or ListUserGroups methods are called.

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