The mi_qual_param_expression() accessor function
The mi_qual_param_expression() function returns the qualifier descriptor for the parameter, which is an expression.
Syntax
MI_AM_QUAL_DESC* mi_qual_param_expression(MI_AM_PARAM_DESC *paramDesc);
- paramDesc
- Points to the parameter descriptor.
Usage
Run the mi_qual_param_isexpression() function to determine whether the parameter is an expression before you run the mi_qual_param_expression() function.
Return values
A pointer to the qualification descriptor for the parameter.