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)
);

Definition

Determines if the given ea_code_in is state-applicable.


Returns

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.


Parameters Notes


ea_code_in

 the EA for which the determination is being made

result_out_ptr

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


Prev: EDCS_IsQualifierApplicable. Next: EDCS_IsStringEmpty. Up:Index.

Last updated: October 1, 2002 Copyright © 2002 SEDRIS™