AWE Core OS 8.B.22 Documentation
|
Callbacks passed by the loader to each plugin entrypoint. More...
#include <AWEPluginTypes.h>
Callbacks passed by the loader to each plugin entrypoint.
The plugin entrypoint should prefer to use these functions during initialization. They are guaranteed to outlive the plugin, so it is safe to cache them internally. This is typically necessary if memory is to be freed in the plugin's cleanup function. They may be NULL, in which case the plugin entrypoint must either choose to use a fallback or simply return NULL to indicate an initialization failure.