Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXpathVariables::lookupVariable ( P6WCHAR pVarName,
P6XPATH_VAR pVarValue 
)
pure virtual

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
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL. P6R::eNotFoundNo matching variable can be found.