Call Method

Calls a Remote Program Call (RPC) routine.

object.Call(Procedure, Arguments, Returns)

Client support

   Newlook Smartclient

   Newlook Server

Parameters

Procedure  -  (String, Required)

The name of the procedure to be executed or its alias as defined in the Declare method.

Arguments  -  (String, Optional)

The parameters to be passed to the routine.  

Returns  -  (String, Optional)

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

Use

The routine must first have been declared with the Declare Method.

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

Declare method

Applies To

RPC Connection object


© 2004-2021 looksoftware. All rights reserved.