EDCS Reference Manual
Functions
EDCS ValidEnumerantCode
extern EDCS_Boolean
EDCS_ValidEnumerantCode
(
EDCS_Attribute_Code  ea_code_in,1
EDCS_Enumerant_Code  ee_code_in2
);

Definition

Checks whether the given value is a valid EDCS_Enumerant_Code.


Returns

EDCS_TRUE - if value is valid
EDCS_FALSE - otherwise

Parameters Notes

1 the enumerated EA code to which the EE being checked is bound

2 the EE code whose validity is being checked


Prev: EDCS_ValidDictionaryType. Next: EDCS_ValidGroupCode. Up:Index.