EDCS Reference Manual
Functions
EDCS CompareScaleCodes
extern int
EDCS_CompareScaleCodes
(
constEDCS_Scale_Code *es_code1_in_ptr, (notes)
constEDCS_Scale_Code *es_code2_in_ptr (notes)
);

Definition

Compares 2 EDCS Scale Codes. This function's signature is compatible with qsort.


Returns

-1 if *es_code1_in_ptr < *es_code2_in_ptr
0 if *es_code1_in_ptr == *es_code2_in_ptr
1 if *es_code1_in_ptr > *es_code2_in_ptr


Parameters Notes


es_code1_in_ptr

 handle to 1st EDCS Scale Code to be compared

es_code2_in_ptr

 handle to 2nd EDCS Scale Code to be compared


Prev: EDCS_CompareOrganizationCodes. Next: EDCS_CompareStrings. Up:Index.

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™