AOLoadedConfig_t

Updated: April 19, 2023

Handle to information about DLLs loaded by a configuration

Synopsis:

#include <aoi.h>

typedef struct AOLoadedConfig AOLoadedConfig_t;

Description:

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.

Classification:

QNX Neutrino