EDCS Reference Manual
Functions
EDCS IsStateApplicable
extern EDCS_Status_Code
EDCS_IsStateApplicable
(
EDCS_Attribute_Code  ea_code_in,1
EDCS_Boolean  *result_out_ptr2
);

Definition

Determines if the given ea_code_in is state-applicable.


Returns

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.

Parameters Notes

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_GetVersionInformation. Next: EDCS_IsStringEmpty. Up:Index.