AOICtrl_t

The structure used to define an interface control

Synopsis:

#include <aoi.h>

typedef struct AOICtrl AOICtrl_t;

Description:

The AOICtrl_t structure is a private data type that defines an interface control. It contains at least these members:

char* name
The name of the interfaces that the control is for.
char* dllname
The path and filename of the DLL that contains the control's interfaces.

Use this structure to pass the control for an interface.

Classification:

QNX Neutrino