Updated: October 28, 2024 |
Add a static list of interfaces to a private list of interfaces
#include <aoi.h> const AOICtrl_t *AoAddPrivate(AOInterface_t *interfaces);
This function makes statically defined (i.e., not loaded from a DLL) interfaces available through the AOI library API. It is similar to AoAddStatic(), but the interfaces are added to a private list instead of the global list. When accessed through the returned control handle, this private list of interfaces won't change based on other threads calling AoAddStatic() and AoRemove().
A pointer to the control handle (of type AOICtrl_t) for the added interfaces, or NULL if an error occurred.
QNX Neutrino