ORDINALLIST structure

Do not use. This struct stores the array of index ordinals for two records. These ordinals can be used for seeking to the record in the table.

Syntax

typedef struct tagORDINALLIST {
  ROWORDINAL rgiRecord1[CMAX_INDEXES];
  ROWORDINAL rgiRecord2[CMAX_INDEXES];
} ORGINALLIST, *LPORDINALLIST;

Members

rgiRecord1

Type: ROWORDINAL[CMAX_INDEXES]

The first set of row ordinals.

rgiRecord2

Type: ROWORDINAL[CMAX_INDEXES]

The second set of row ordinals.

Requirements

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