Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>dbsortinfo</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBSORTINFO
 Information needed to perform a physical sort on work area
------------------------------------------------------------------------------
 Structure

     typedef struct
     {
        DBTRANSINFO  dbtri;
        LPDBSORTITEM lpdbsItem;
        USHORT       uiItemCount;
     
     } DBSORTINFO;
     
     typedef DBSORTINFO far * LPDBSORTINFO;

 Elements

     dbtri

        Contains a data structure holding the destination work area, field
        transfer information, control and optimization flags, and scoping
        information for the sort() method (see DBTRANSINFO).

     lpdbsItem

        Contains an array of DBSORTITEM items (rows) which compose the key
        values for the sort (see DBSORTITEM).

     uiItemCount

        Contains the number of DBSORTITEM items allocated to lpdbsItem.

 Files  Header file is Rdd.api.

 Used By    sort()


See Also: sort()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson