C++
ACDBCORE2D_PORT AcArray<wchar_t *> * acrxLoadedApps();
File
rxregsvc.h
Description
This function returns a pointer to an AcDbVoidPtrArray that contains copies of the file names or URLs of all the currently loaded ObjectARX applications. These are the same strings that are reported by the AutoCAD ObjectARX command's "?" option.
It is the caller's responsibility to free all the strings in the array and to delete the array itself when finished with it.