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