TABLEINDEX structure

Do not use. This struct represents an index on a table. It can be used to sort the records in the table by any of the columns.

Syntax

typedef struct tagTABLEINDEX {
  BYTE       cKeys;
  INDEXFLAGS bFlags;
  INDEXKEY   rgKey[CMAX_KEYS];
} TABLEINDEX, *LPTABLEINDEX;

Members

cKeys

Type: BYTE

The number of valid keys in rgKey.

bFlags

Type: INDEXFLAGS

The flags for this index. The only valid flag is INDEX_DESCENDING.

rgKey

Type: INDEXKEY[CMAX_KEYS]

The array of keys that are used to build this index. Precedence is given to the keys closest to the start of the array.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0