API t_NameRef
LQU_SetNameVariable
(NameRef, Variable)
t_NameRef NameRef;
void *Variable;
Purpose
Associates a variable with a Name that you have retrieved from a Name Space. You should pass a pointer to the variable, which must remain in scope for as long as the Name can be accessed.Returns
the given Name Reference.