The mi_qual_negate() accessor function

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.