#include "ofxCore.h" #define kOfxActionUnload "OfxActionUnload"
kOfxActionUnload is the last action passed to the plug-in before the binary containing the plug-in is unloaded. It is there to allow a plug-in to destroy any global data structures it may have created.
The
handle
,
inArgs
and
outArgs
arguments to the main entry are redundant and should be set to NULL.
No other actions will be called.