Share via


SizedSSortOrderSet

The SizedSSortOrderSet macro creates a named SSortOrderSet structure that contains a specified number of sort orders.

Syntax

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 as a pointer to an SSortOrderSet structure, perform the following cast:

lpSSortOrderSet = (LPSSortOrderSet) &SizedSSortOrderSet;

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
Library: cemapi.lib

See Also

MAPI Macros

Messaging

SSortOrderSet

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.