EDCS Reference Manual
Functions
EDCS UnitEquivalenceMembership
extern EDCS_Status_Code
EDCS_UnitEquivalenceMembership
(
constEDCS_Unit_Code eu_code_in, (notes)
constEDCS_Unit_Equivalence_Code eq_code_in, (notes)
EDCS_Boolean *result_out_ptr (notes)
);

Definition

Determines if the given EU is a member of the given EQ.


Returns

EDCS_SC_SUCCESS and *result_out_ptr is set to the appropriate value, if valid parameters were passed in.
EDCS_SC_NULL_REQUIRED_PARAMETER and no changes are made, if any parameter is NULL.
EDCS_SC_INVALID_INPUT_CODE and no changes are made, if eu_code_in does not correspond to a valid EU, or if eq_code_in does not correspond to a valid EQ.


Parameters Notes


eu_code_in

 handle to the EU code for which information is requested

eq_code_in

 handle to the EQ code to check membership for the give
    EU code

result_out_ptr

 pointer to a variable in the user's memory into which
    the boolean result (EDCS_TRUE or EDCS_FALSE) will be copied


Prev: EDCS_SymbolicConstantToEVCode. Next: EDCS_UnitsAreEquivalent. Up:Index.

Last updated: July 16, 2004 Copyright © 2004 SEDRIS