Function Name: Valid Coord Status Code

Definition

Checks if the given value is a valid SE_COORD_STATUS_CODE_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidCoordStatusCode
(
SE_COORD_STATUS_CODE_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Color Status Code. Next: Valid Direction Of Forward. Up:Index.