Cleanup()
Synopsis:
#include <aoi.h>
void (*Cleanup)(void);
Description:
This function should free any resources kept in global variables, to prevent the DLL from leaking memory.
Page updated:
#include <aoi.h>
void (*Cleanup)(void);
This function should free any resources kept in global variables, to prevent the DLL from leaking memory.