%CoGetDispatch Interface

Call a to get an IDispatch.

Syntax

retcode =%CoGetDispatch ( Param1, Param2, Param3, Param4, Param5, …)

Parameter(s)

Param1 [in]

Dispatch object containing the IDispatch this call is associated with.

Param2 [in]

String - The get method name.

Param3 [out]

Returned dispatch object containing the IDispatch queried.

Param4 [in]

Format string specifying the data types of the arguments followed here (0 if no arguments).

Param5 [in]

Argument #1.

Returns

A Boolean (Success or Fail)

Error Handling

Call CoGetException to get an error description.

See Also

Using the COM Interface to FlashBASIC

FlashBASIC Automation Application Interfaces