HI_IDispInvoke
%HI_IDispInvoke function
Function
The function invokes the given function and gives it the parameters.
Declaration
INT %HI_IDispInvoke(
INT in IDispAddr,
TEXT in functionName,
in param1,
...
in paramN
)Parameters
IDispAddr | IDispatch interface address. |
functionName | Name of the invoked function. |
param1,..., paramN | Parameters (of the required type) to give. |
Return value
The function returns a value of Int (HRESULT) type. In a general way, a positive value means the function success and a negative value means the non-success.