Programming Guide



sm_receive_args

Receives a list of in and in/out parameters for a method

int sm_receive_args(char *text);

text
List of in/out and out parameters, separated by commas, of field names and global JPL variables.

Environment

COM, EJB

Scope

Server

Returns

Description

sm_receive_args receives a list of arguments, and writes them to the in and in/out parameters of a method. The arguments are written to the parameters in the order received.

Example

See the example under the JPL verb receive_args.

See Also

sm_return_args