|
![]() |
![]() |
version 2003
typedef struct PointerBlock
{
char fClass; // 0 : field, 1 : variable
char fScope; // 1 : process, 2 : interprocess
union
{
PointerToVariable fVariable;
PointerToTableField fTableField;
} uValue;
} PointerBlock;