At 1:49 PM -0800 1999/03/22, Richard Hartman wrote:
>> The first two 'void *' params are pointers to the records to
>> be compared.
>>
>> The 'other' param is an integer value passed from
>> DmQuickSort or DmInsertionSort down into the comparison
>> function (usually this is used to indicate a sort direction).
>>
>> The next two 'SortRecordInfoPtr' params are pointers to the
>> sort info of the two records (structs containing the record's
>> attributes and uniqueID).
>
>
>Some more information about these params would be of use.
Hmmm... such as? I'm not sure what else needs further explanation.
Have you read through the data manager APIs in Ref3.pdf (e.g. DmQuickSort,
DmInsertionSort, DmFindSortPositionV10, and other sorting-related calls) available
from http://www.palm.com/devzone/tools/docs30.sit (and/or .zip)? Then just browse
DataMgr.h for details on the structs.
Regards,
Jim Schram
3Com/Palm Computing
Partner Engineering