AOICtrl_t

Updated: April 19, 2023

Handle to an interface control structure

Synopsis:

#include <aoi.h>

typedef struct AOICtrl AOICtrl_t;

Description:

The AOICtrl_t structure is an opaque handle to a control for all of the interfaces in an addon or list of static interfaces. The library creates the control to represent the interfaces that get registered when you call an AoAdd*() function. You can then use this structure returned by the function to pass a control for the interfaces between application components.

Classification:

QNX Neutrino