AOErrNo_t

Updated: April 19, 2023

AOI library error types

Synopsis:

#include <aoi.h>

typedef enum
{
    AO_EDLOP = 10000,
    AO_EDLSYM,
    AO_EDUP,
    AO_EINIT,
} AOErrNo_t;

Description:

The AOErrNo_t enumeration defines the possible AOI library errors. One of these values is stored in the error field of the AOError_t structure when the type_str field is libaoi. The following values are defined:
AO_EDLOP
A dlopen() error occurred.
AO_EDLSYM
A dlsym() error occurred.
AO_EDUP
The client attempted to add a duplicate DLL.
AO_EINIT
The DLL initialization call failed.

Classification:

QNX Neutrino