SSortOrderSet Structure

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
ULONG

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

cCategories
ULONG

Variable of type ULONG that specifes 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
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
SSortOrder

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

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 4.0

Header

Wabdefs.h

DLL

Wab32.dll

 

 

Send comments about this topic to Microsoft

Build date: 6/30/2010

Community Additions

ADD
Show: