EDCS Reference Manual
Functions
EDCS EnumNameToBoolean
extern EDCS_Status_Code
EDCS_EnumNameToBoolean
(
constchar *enum_name_in_ptr, (notes)
EDCS_Boolean *result_out_ptr (notes)
);

Definition

Retrieves the EDCS_Boolean corresponding to the given string.


Returns

EDCS_STAT_CODE_SUCCESSand *result_out_ptr is set appropriately, if valid parameters were passed in and all operations succeeded.
EDCS_STAT_CODE_NULL_REQUIRED_PARAMETER and no changes are made, if any parameter was NULL.
EDCS_STAT_CODE_FAILURE and no changes are made, if enum_name_in_ptr doesn't correspond to an enumerant.


Parameters Notes


enum_name_in_ptr

 enumerant name to be processed

result_out_ptr

 pointer to a variable in the user's memory space
   where the result will be stored.


Prev: EDCS_EnumNameToAbstractValueType. Next: EDCS_EnumNameToIntervalType. Up:Index.

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™