Defines | |
| #define | COL_SORT_ASC 0x00000000 |
| Sort in ascending order. | |
| #define | COL_SORT_DESC 0x00000001 |
| Sort in descending order. | |
| #define | COL_SORT_SUB 0x00000002 |
| Sort all sub collections. | |
| #define | COL_SORT_MYSUB 0x00000004 |
| Sort only embedded sub collections. | |
| #define COL_SORT_MYSUB 0x00000004 |
Sort only embedded sub collections.
Ignored if COL_SORT_SUB is not specified.
1.5.6