ExecuteString

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.

Syntax

HRESULT ExecuteString([in] BSTR bstrCmd)

Parameters

bstrCmd

A string containing the IDL command to be executed.

Examples

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.