Function Name: Valid Range Order

Definition

Checks if the given value is a valid SE_RANGE_ORDER_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidRangeOrder
(
SE_RANGE_ORDER_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Level 0 API Function. Next: Valid Rule Type. Up:Index.