|
IDL Connectivity Bridges: Using Exported COM Objects |
|
The GetIDLVariable method retrieves a named variable from the IDL process containing the underlying IDL object.
| Note This method is disabled for applications running in the IDL Virtual Machine. |
HRESULT GetIDLVariable([in] BSTR bstrVar, [out,retval] VARIANT* Value)
A string containing the name of the variable to retrieve from the IDL process.
The variable's values. If the variable is an array, the array is always converted from IDL majority to the standard COM SAFEARRAY majority ordering.
See Data Manipulation with a COM Connector Object for an array manipulation example that uses the GetIDLVariable, SetIDLVariable and ExecuteString methods.
IDL Online Help (March 06, 2007)