%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
IDispAddrIDispatch interface address.
functionNameName of the invoked function.
param1,..., paramNParameters (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.
Napíšte komentár