Function Name: Valid General Traversal

Definition

Checks if the given value is a valid SE_GENERAL_TRAVERSAL_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidGeneralTraversal
(
SE_GENERAL_TRAVERSAL_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Field Range Matching. Next: Valid Hierarchy Inclusion. Up:Index.