Function Name: Valid Level 0 API Function

Definition

Checks if the given value is a valid SE_LEVEL_0_API_FUNCTION_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidLevel0APIFunction
(
SE_LEVEL_0_API_FUNCTION_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Inclusion Choice. Next: Valid Range Order. Up:Index.