#include <hlbr.h>
Data Fields | |
| char | Name [MAX_NAME_LEN] |
| int | ID |
| int | ActionItems [MAX_ITEMS_PER_ACTION] |
| void * | ActionItemData [MAX_ITEMS_PER_ACTION] |
| int | NumItems |
Definition at line 271 of file hlbr.h.
| char action_rec::Name[MAX_NAME_LEN] |
| int action_rec::ID |
| int action_rec::ActionItems[MAX_ITEMS_PER_ACTION] |
Definition at line 275 of file hlbr.h.
Referenced by LogMessageAllActions(), ParseAction(), and PerformActions().
| void* action_rec::ActionItemData[MAX_ITEMS_PER_ACTION] |
Definition at line 276 of file hlbr.h.
Referenced by LogMessageAllActions(), ParseAction(), and PerformActions().
Definition at line 277 of file hlbr.h.
Referenced by LogMessageAllActions(), ParseAction(), and PerformActions().
1.5.2