Call a to get an IDispatch.
retcode =%CoGetDispatch (Param1, Param2, Param3, Param4, Param5, …)
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. |
A Boolean (Success or Fail)
Call CoGetException to get an error description.