| EDCS Reference Manual Functions EDCS ValidUnitForAttribute | 
|---|
| extern EDCS_Status_Code | ||||
| EDCS_ValidUnitForAttribute | ||||
| ( | ||||
| const | EDCS_Unit_Code | eu_code_in, | (notes) | |
| const | EDCS_Attribute_Code | ea_code_in, | (notes) | |
| EDCS_Boolean | * | result_out_ptr | (notes) | |
| ); | ||||
Determines whether the given EU is valid for the specified EA.
| EDCS_STAT_CODE_SUCCESS | and *result_out_ptr is set to the appropriate value, if valid parameters were passed in. | 
| EDCS_STAT_CODE_NULL_REQUIRED_PARAMETER | and *result_out_ptr is left unchanged, if result_out_ptr is NULL. | 
| EDCS_STAT_CODE_INVALID_CODE | and *result_out_ptr is set to EDCS_FALSE, if eu_code_in or ea_code_in is invalid. | 
EU being checked
EA being checked
 pointer to a variable in the user's memory space
    where the result will be copied
Prev: EDCS_ValidUnitEquivalenceDictionaryEntry.
Up:Index.
| 
 |