C++
struct resbuf * acedArxLoaded();
File
acedads.h
Description
Returns a pointer to a list of the external ARX applications that are currently loaded.
The name of each application is returned as a string in its own result buffer (resval->rstring). If no external applications are currently loaded, acedArxLoaded() returns NULL.
Note The application is responsible for releasing the memory it allocates. After the external function has been invoked and its arguments have been processed, the application should call acutRelRb() to release the list that acedArxLoaded() returns, unless the list is NULL.