INDEXKEY structure
Do not use. Describes a key used in an index.
Syntax
typedef struct tagINDEXKEY {
COLUMNORDINAL iColumn;
COMPAREFLAGS bCompare;
DWORD dwReserved;
} INDEXKEY, *LPINDEXKEY;
Members
-
iColumn
-
Type: COLUMNORDINAL
-
The index of the column being compared.
-
bCompare
-
Type: COMPAREFLAGS
-
The compare flags to be used. See COMPAREFLAGS for a description of these.
-
dwReserved
-
Type: DWORD
-
Reserved. Set this DWORD to 0.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |