%CoQueryMethod Interface

Query for a method.

Syntax

retcode = %CoQueryMethod( Param1, Param2, Param3, … )

Parameter(s)

Param1 [in]

Dispatch object containing the IDispatch this call is associated with.

Param2 [in]

Integer identifies how many methods followed here.

Param3 [out]

Method name #1.

Returns

A Boolean (Success or Fail)

Error Handling

Call CoGetException to get an error description.

Comments

The caller can put in an unlimited amount of method names.

See Also

Using the COM Interface to FlashBASIC

FlashBASIC Automation Application Interfaces