Lists all aliases, into a new MQeVector. These are the Alias names.
Note that when the vector is freed, its contents will automatically also be freed.
MQeVectorHndl hAliasList; rc = mqeAdministrator_QueueManager_listAliasNames(hAdministrator, &exceptBlk, &hAliasList); if (MQERETURN_OK == rc) { /* do processing */ rc = mqeVector_free(hAliasList,&exceptBlk); }