Programming Guide



sm_return_args

Returns a method's in/out and out parameters

int sm_return_args(char *text);

text
List of in/out and out parameters, separated by commas.

Environment

COM, EJB

Scope

Server

Returns

Description

sm_return_args is passed a list of arguments to be written to the in/out and out parameters of a method.

Example

See the example under the JPL verb receive_args.

See Also

sm_receive_args, sm_raise_exception