RPCCall Action

Calls an Remote Program Call (RPC) routine. The routine must first have been declared with the RPCDeclare action.

Parameters

Procedure  -  (Required)

The name of the procedure to be executed or its alias that was defined in the RPCDeclare action.

Arguments  -  (Optional)

The parameters to be passed to the routine.  

Returns  -  (Optional)

The variable to store the return value from the external routine.

TIP:

When passing an argument to an external routine that is declared as ByRef, you must pass a variable as the argument and not a constant. A variable is required because ByRef arguments allow the called routine to return a modified value for the argument.

See Also

RPCDeclare action | RPCCommand action | RPCConnect action | RPCDisconnect action


© 2004-2021 looksoftware. All rights reserved.