SizedSSortOrderSet

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Creates a named SSortOrderSet structure that contains a specified number of sort orders.

Header file:

Mapidefs.h

Related structure:

SSortOrderSet

SizedSSortOrderSet (_csort,_name)

Parameters

  • _csort
    Count of sort orders to be included in the new structure.

  • _name
    Name for the new structure.

Remarks

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;

See Also

Reference

SSortOrderSet

Concepts

Macros Related to Structures