Create()

Updated: April 19, 2023

Synopsis:

#include <aoi.h>

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

Arguments:

interfaces
A pointer to an AOICtrl_t structure for the control for the context interfaces.

Description:

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

Returns:

A new context for the addon, or NULL if the context couldn't be created.