Create()

Synopsis

#include <aoi.h>

void *(*Create)(const AOICtrl_t *interfaces);

Arguments

interfaces
A pointer to an AOICtrl_t structure for the control for the created interface.

Description

This function should create and return a new context for the addon.

Returns

A new context for the addon.