EDCS Reference Manual
Functions
EDCS UnitsAreEquivalent
extern EDCS_Status_Code
EDCS_UnitsAreEquivalent
(
constEDCS_Unit_Code eu_code1_in, (notes)
constEDCS_Unit_Code eu_code2_in, (notes)
EDCS_Boolean *result_out_ptr (notes)
);

Definition

Determines whether eu_code1_in and eu_code2_in belong to the same EDCS Unit Equivalence Class (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 result_out_ptr is NULL.
EDCS_SC_INVALID_INPUT_CODE and *result_out_ptr is set to EDCS_FALSE, if eu_code1_in or eu_code2_in is not a valid EDCS_Unit_Code.

Parameters Notes


eu_code1_in

 first unit to test

eu_code2_in

 second unit to test

result_out_ptr

 pointer to a variable in the user's memory space
    that will be set to the result of the test


Prev: EDCS_UnitEquivalenceMembership. Next: EDCS_ValidAttributeCode. Up:Index.

Last updated: August 23, 2005 Copyright © 2005 SEDRIS