| EPR-C-API |
#include <epr_api.h>
Data Fields | |
| EPR_Magic | magic |
| The magic number for this structure. | |
| char * | name |
| The flag name. | |
| uint | bit_mask |
| The bit mask describing this flag. | |
| char * | description |
| The flag description. | |
The magic number for this structure.
IMPORTANT: This must always be the first member of this structure.
| char* EPR_FlagDef::name |
The flag name.
The bit mask describing this flag.
| char* EPR_FlagDef::description |
The flag description.