company logo

DictionaryHandle :: GetGlobalVariable - Get global variable

Global variables are defined as elementary values, instances or collections. Global variables can be defined using the CreateGlobalVariable() function. Usually, global variables are elementary values or instances referred in the context of an application or thread, in case of multi-thread applications, global variables are defined separately for each thread.

Return value:  Pointer to roperty handle ( PropertyHandle * )

Implementation details

PropertyHandle * DictionaryHandle  :: GetGlobalVariable ( NString &var_name )
  • var_name - Option name

    The name refers to an option set on the server or client side. Option names may be defined simply as an identifier (main option) or as an option hierarchy path when the option is defined on a lower level of the option hierarchy.