SSortOrderSet structure (wabdefs.h)

Do not use. Defines a collection of keys for a table to be used for standard or categorized sorting.

Syntax

typedef struct _SSortOrderSet {
  ULONG      cSorts;
  ULONG      cCategories;
  ULONG      cExpanded;
  SSortOrder aSort[MAPI_DIM];
} SSortOrderSet, *LPSSortOrderSet;

Members

cSorts

Type: ULONG

Variable of type ULONG that specifies the number of SSortOrder structures that are included in the aSort member.

cCategories

Type: ULONG

Variable of type ULONG that specifies the number of columns that are designated as category columns. Possible values range from zero, which indicates a non-categorized or standard sort, to the number indicated by the cSorts member.

cExpanded

Type: ULONG

Variable of type ULONG that specifies the number of categories that start in an expanded state, where all the rows that apply to the category are visible in the table view. Possible values range from zero to the number indicated by cCategories.

aSort[MAPI_DIM]

Type: SSortOrder[MAPI_DIM]

Array of variables of type SSortOrder that specifies the structures that define a sort order.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wabdefs.h