Updated: October 28, 2024 |
Handle to information about DLLs loaded by a configuration
#include <aoi.h> typedef struct AOLoadedConfig AOLoadedConfig_t;
The AOLoadedConfig_t structure is an opaque handle to configuration information about DLLs loaded in memory. When you load a configuration from a file using AoLoadConfig(), the AOI library sets a pointer to an AOLoadedConfig_t object. You must pass in this pointer to the AoUnloadConfig() function when unloading the configuration.