NAME

cxParamTypeSet - set parameter type

C SPECIFICATION

#include <cx/DataAccess.h>

cxErrorCode cxParamTypeSet(cxParameter *src, cxParamType type)

FORTRAN SPECIFICATION

integer function cxParamTypeSet(src, type)
integer src, type

PARAMETERS

src
Parameter data structure.
cxParamType
New parameter type.

FUNCTION RETURN VALUE

Returns an integer error code enumeration.

DESCRIPTION

Sets the type of src to type. The value contained in src is modified to reflect the new type. cxParamTypeSet returns cx_err_none on success.

SEE ALSO

cxParameter(3E)
Last modified: May 27 12:34 1999
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1999