#include <aqhbci/aqhbci.h>
#include <gwenhywfar/misc.h>
Go to the source code of this file.
Typedefs | |
typedef AH_OBJECTREF | AH_OBJECTREF |
Functions | |
GWEN_LIST_FUNCTION_LIB_DEFS (AH_OBJECTREF, AH_ObjectRef, AQHBCI_API) | |
AQHBCI_API AH_OBJECTREF * | AH_ObjectRef_new (const char *t, int country, const char *bankId, const char *accountId, const char *userId, const char *customerId) |
AQHBCI_API void | AH_ObjectRef_free (AH_OBJECTREF *o) |
AQHBCI_API const char * | AH_ObjectRef_GetType (const AH_OBJECTREF *o) |
AQHBCI_API int | AH_ObjectRef_GetCountry (const AH_OBJECTREF *o) |
AQHBCI_API const char * | AH_ObjectRef_GetBankId (const AH_OBJECTREF *o) |
AQHBCI_API const char * | AH_ObjectRef_GetAccountId (const AH_OBJECTREF *o) |
AQHBCI_API const char * | AH_ObjectRef_GetUserId (const AH_OBJECTREF *o) |
AQHBCI_API const char * | AH_ObjectRef_GetCustomerId (const AH_OBJECTREF *o) |
|
Definition at line 22 of file objectref.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|