Required first member for all APIs. More...
#include "swapi.h"
Data Fields | |
| sw_api_version | version |
| The version number of the API. | |
| const uint8 * | name |
| Zero-terminated internal name used for configuration. Internal names of registered modules must be unique within each module type. | |
| const uint8 * | display_name |
| Zero-terminated UTF-8 string, possibly localized for GUI display. The core RIP does not use this value. | |
| size_t | instance_size |
| The size that the RIP will allocate to construct an instance of the API implementation in which the sw_api_info structure is embedded. | |
Required first member for all APIs.