#include <gwenhywfar/crypt.h>
#include <aqhbci/job.h>
#include <aqhbci/account.h>
Go to the source code of this file.
|
Definition at line 116 of file adminjobs.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns a list of accounts found by this job. This list might be empty (meaning the server did not send an account list). The jobs remains the owner of that list and all its members. Please note that the accounts returned are just local copies to be inspected by the application (most likely the setup wizard). You can not use any of these accounts directly for account jobs ! |
|
|
|
Returns a list of accounts found by this job. This list might be empty (meaning the server did not send an account list). The jobs is no longer the owner of that list and all its members, instead the caller becomes the new owner thus leaving him responsible for calling AH_Account_List2_freeAll on that list. Please note that the accounts returned are just local copies to be inspected by the application (most likely the setup wizard). You can not use any of these accounts directly for account jobs ! |