BSTR GetGlobalVariable(BSTR Name)
Description
This function retrieves the value of the specified global variable.
Parameters
Name | Description |
---|---|
Name | A string that contains the name of the variable that you want to set. |
Return Value
A string containing the global variable value, or NULL if the variable has no value or an error occurs.
Related Tasks