| Platform SDK: MAPI |
The SizedSSortOrderSet macro creates a named SSortOrderSet structure that contains a specified number of sort orders.
| Header file: | MAPIDEFS.H |
| Related structure: | SSortOrderSet |
SizedSSortOrderSet (_csort, _name)
Use the SizedSSortOrderSet macro to create a sort order set with explicit bounds.
To use the new structure that results from the SizedSSortOrderSet macro as a pointer to an SSortOrderSet structure, perform the following cast:
lpSSortOrderSet = (LPSSortOrderSet) &SizedSSortOrderSet;