LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
OBJHEAD Struct Reference

#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...
 

Detailed Description

Object header used for all types of objects (VMTHREAD, SUBCALL, BLOCK and ALIAS)

Definition at line 167 of file lmstypes.h.

Field Documentation

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.


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