LMS 2012
|
#include <lmstypes.h>
Data Fields | |
IP | OffsetToInstructions |
Offset to instructions from image start. More... | |
OBJID | OwnerObjectId |
Used by BLOCK's to hold the owner id. More... | |
TRIGGER | TriggerCount |
Used to determine how many triggers needed before the BLOCK object is activated. More... | |
LBINDEX | LocalBytes |
Number of bytes to allocate for local variables. More... | |
Object header used for all types of objects (VMTHREAD, SUBCALL, BLOCK and ALIAS)
Definition at line 167 of file lmstypes.h.
LBINDEX LocalBytes |
Number of bytes to allocate for local variables.
Definition at line 172 of file lmstypes.h.
IP OffsetToInstructions |
Offset to instructions from image start.
Definition at line 169 of file lmstypes.h.
OBJID OwnerObjectId |
Used by BLOCK's to hold the owner id.
Definition at line 170 of file lmstypes.h.
TRIGGER TriggerCount |
Used to determine how many triggers needed before the BLOCK object is activated.
Definition at line 171 of file lmstypes.h.