Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The MetaSymbol Service Class

The service class MetaSymbol accesses symbol information in the language file.

The method MetaSymbol_Constant

Prototype


 int MetaSymbol_Constant(char* ident,int nIdent,int Enum)
The MetaSymbol_Constant method Its parameters are:

Parameter Description


The method MetaSymbol_ConstCode

Prototype


 int MetaSymbol_ConstCode(int opc,int iValue)
The MetaSymbol_ConstCode method Its parameters are:

Parameter Description


The method MetaSymbol_ConstValue

Prototype


 int MetaSymbol_ConstValue(int opc,int subc)
The MetaSymbol_ConstValue method Its parameters are:

Parameter Description


The method MetaSymbol_FindConstant

Prototype


 int MetaSymbol_FindConstant(char* ident,int nIdent)
The MetaSymbol_FindConstant method Its parameters are:

Parameter Description


The method MetaSymbol_FindEnumeration

Prototype


 int MetaSymbol_FindEnumeration(char* ident)
The MetaSymbol_FindEnumeration method Its parameters are:

Parameter Description


Table of Contents

  • No labels