Function Name: Valid Direction Of Forward

Definition

Checks if the given value is a valid SE_DIRECTION_OF_FORWARD_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidDirectionOfForward
(
SE_DIRECTION_OF_FORWARD_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Coord Status Code. Next: Valid Direction Of Up. Up:Index.