SizedSSortOrderSet
The SizedSSortOrderSet
macro creates a structure definition identical to that of SSortOrderSet
but specifies the columns to sort on. Use the SizedSSortOrderSet macro
to create sort order sets with explicit bounds.
Quick Info
Header
file: |
MAPIDEFS.H |
Related structure: |
SSortOrderSet |
SizedSSortOrderSet
(_csort, _name)
Parameters
_csort
Count of sort
orders.
_name
The structure
type is defined with the tag _SSortOrderSet_ _name and type name _name.
Remarks
To use a
sized, sort order set pointer lpSizedSSortOrderSet in any function call
or structure that expects an LPSSortOrderSet pointer, perform the
following cast:
lpSSortOrderSet = (LPSSortOrderSet)
lpSizedSSortOrderSet