lq-text: LQU_GetVariableFromNameRef

API void * LQU_GetVariableFromNameRef (NameRef)

Purpose

Returns a pointer to the variable associated with a given NameRef.

You have to cast the result of this function, perhaps using LQU_Get­Type­From­Name­Ref and a switch, since C lacks runtime type information.

Notes

The NameRef must be valid.