|
IDL Connectivity Bridges: Using Exported COM Objects |
|
The ExecuteString method executes the specified command in the IDL process containing the underlying IDL object.
| Note This method is disabled for applications running in the IDL Virtual Machine. |
HRESULT ExecuteString([in] BSTR bstrCmd)
A string containing the IDL command to be executed.
See IDL Command Line with a COM Connector Object for an example that executes any IDL command entered into one textbox and writes IDL output or error information to a second textbox.
IDL Online Help (March 06, 2007)