Function Name: Valid Lookup Signature

Definition

Checks if the given value is a valid SE_LOOKUP_SIGNATURE_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidLookupSignature
(
SE_LOOKUP_SIGNATURE_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Light Type. Next: Valid Lookup Type. Up:Index.