Function Name: Valid Search Quality
Definition
Checks if the given value is a valid
SE_SEARCH_QUALITY_ENUM
.
Returns
SE_TRUE if value is valid
SE_FALSE otherwise
Prototype
extern
SE_BOOLEAN
SE_ValidSearchQuality
(
SE_SEARCH_QUALITY_ENUM
value
(notes)
);
Parameters Notes
value
value to be checked
Prev:
Valid Search Dimension
.
Next:
Valid Search Value Type
.
Up:
Index
.