The mi_qual_param_isexpression() accessor function

The mi_qual_param_isexpression() function determines whether a parameter is an expression.

Syntax

mi_boolean mi_qual_param_isexpression(MI_AM_PARAM_DESC *paramDesc);
paramDesc
Points to the parameter descriptor.

Usage

Run the mi_qual_param_isexpression() function to determine whether a parameter is an expression before you run the mi_qual_param_expression() function to return the qualification descriptor for the parameter.

Return values

MI_TRUE
Indicates that the parameter is an expression.
MI_FALSE
Indicates that the parameter is not an expression.