Destroy()

Updated: April 19, 2023

Synopsis:

#include <aoi.h>

int32_t (*Destroy)(void *context);

Arguments:

context
The addon context you want to destroy.

Description:

This function should free the context for an addon.

Returns:

0 if successful, -1 if an error occurred.