EDCS Reference Manual
Functions EDCS IsStateApplicable |
---|
extern EDCS_Status_Code | |||
EDCS_IsStateApplicable | |||
( | |||
EDCS_Attribute_Code | ea_code_in, | 1 | |
EDCS_Boolean | * | result_out_ptr | 2 |
); |
Determines if the given ea_code_in is state-applicable.
EDCS_SC_SUCCESS | and *result_out_ptr is set appropriately, if valid parameters were passed in. |
EDCS_SC_NULL_REQUIRED_PARAMETER | and no changes are made, if result_out_ptr is NULL. |
EDCS_SC_INVALID_INPUT_CODE | and *result_out_ptr is set to EDCS_FALSE, if ea_code_in is invalid. |
1 the EA for which the determination is being made
2 pointer to a variable in the user's memory space where the result will be copied
Prev: EDCS_GetPrecision.
Next: EDCS_IsStringEmpty.
Up:Index.
|