| 
The SEDRIS Data Representation Model
 APPENDIX D - Functions SE ComparePropertyTypes  | 
|---|
| extern int | ||||
| SE_ComparePropertyTypes | ||||
| ( | ||||
| const | SE_Property_Type | * | a_ptr, | (notes) | 
| const | SE_Element_Type | * | b_ptr | (notes) | 
| ); | ||||
When comparing:
elements with different code_types: compares code_types
elements with the same code_type: compares code values
| -1 | if *a_ptr < *b_ptr | 
| 0 | if *a_ptr == *b_ptr | 
| 1 | if *a_ptr > *b_ptr | 
pointer to 1st SE_Property_Type to be compared
pointer to 2nd SE_Property_Type to be compared
Prev: SE_CompareLocales.
Next: SE_CompareSingleValues.
Up:Index.
  |