Home | Previous Page | Next Page   Descriptor Function Reference > Accessor Functions >

mi_qual_negate()

The mi_qual_negate() function indicates whether the NOT Boolean operator applies to the results of the specified qualification. The NOT operator can negate the return value of a function or a Boolean expression.

Syntax

mi_boolean mi_qual_negate(MI_AM_QUAL_DESC *qualDesc);
qualDesc
points to the qualification descriptor.

Return Values

MI_TRUE indicates that the qualification function should be negated. MI_FALSE indicates that the qualification function should not be negated.

Related Topics

See the description of Negation.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]