Compares 2 SE_OBJECT_IDs; the function's
signature is compatible with qsort.
0 if *id1_ptr == *id2_ptr, or if both arguments are NULL
1 if *id1_ptr > *id2_ptr, or if id1_ptr is non-NULL and id2_ptr is NULL
| extern int | ||||
| SE_CompareObjectIDs | ||||
| ( | ||||
| const | SE_OBJECT_ID | * | id1_ptr, | (notes) |
| const | SE_OBJECT_ID | * | id2_ptr | (notes) |
| ); | ||||
pointer to 1st SE_OBJECT_ID to be compared.
pointer to 2nd SE_OBJECT_ID to be compared.