Call the acioGetName function to obtain the name of an ACI object.
char* acioGetName ( t_aciObject* pObject)
| Arguments | Type/Description |
|---|---|
pObject
|
t_aciObject* A pointer to the ACI object whose name you want to obtain. |
A pointer to the name of the ACI object.
|
|