Updated: October 28, 2024 |
Add the interfaces in DLLs found in the given directory to the global list of interfaces
#include <aoi.h> int32_t AoAddDirectory(const char *path, const char *pattern);
This function attempts to add the interfaces in DLLs found in the given directory to the global list of interfaces. You can specify a filename matching pattern to restrict which files are read as DLLs.
0 if successful, -1 if an error occurred.
QNX Neutrino