AoAddStatic
![]() |
![]() |
![]() |
AoAddStatic()
Add a static list of interfaces to the global list of interfaces
Synopsis:
#include <aoi.h> const AOICtrl_t *AoAddStatic(AOInterface_t *interfaces);
Arguments:
- interfaces
- An array of AOInterface_t structures that is the static list of interfaces you want to make available to your application.
Library:
libaoi.so
Description:
This function makes statically defined (that is, not loaded from a DLL) interfaces available to the AOI API. Use this function when you want to directly link your application with a set of interfaces.
Returns:
NULL
Classification:
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
AOInterface_t, AoAdd(), AoAddDirectory()
![]() |
![]() |
![]() |
![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Next]](../next.gif)