Look up the value of a variable, which is of the form $name, in a registered component.
- Parameters:
-
| pVarName | [IN] Variable to look up in component providing this interface. |
| pVarValue | [OUT] A p6IXMLNode or string that corresponds to the pVarName string. |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eInvalidArg | One of the parameters is NULL. | P6R::eNotFound | No matching variable can be found. |