AWE Core OS 8.B.22 Documentation
Data Fields
_AWEPluginModuleArray Struct Reference

A list of module classes provided by a plugin. More...

#include <AWEPluginTypes.h>

Data Fields

size_t count
 Number of module classes in the array. More...
 
const void *const * array
 Pointer to a contiguous array of module class pointers with count elements. More...
 

Detailed Description

A list of module classes provided by a plugin.

Field Documentation

◆ count

size_t _AWEPluginModuleArray::count

Number of module classes in the array.

Not the array size in bytes!

Examples
Libtester.c.

◆ array

const void* const* _AWEPluginModuleArray::array

Pointer to a contiguous array of module class pointers with count elements.

If this is dynamically allocated, it should be freed in the AWEPlugin cleanup function.

Examples
Libtester.c.

The documentation for this struct was generated from the following file: