RESERVED
Do not use. The RESERVED_ constants are used to define boundries for reserved database identifiers.
Constant/value |
Description |
- RESERVED_ID_MIN
- 0xFFFFFBFF
|
Defines the lower boundary for reserved IDs. IDatabase::GenerateId() will never return an ID between RESERVED_ID_MIN and RESERVED_ID_MAX, inclusive.
|
- RESERVED_ID_MAX
- 0xFFFFFFFF
|
Defines the upper boundary for reserved IDs. IDatabase::GenerateId() will never return an ID between RESERVED_ID_MIN and RESERVED_ID_MAX, inclusive.
|
- RESERVED_KEYS
- 8
|
Defines the maximum number of INDEXKEY records (8) that can be used from the TABLEINDEX structure.
|
Requirements
|
|
Minimum supported client
|
Windows XP [desktop apps only]
|
Minimum supported server
|
Windows Server 2003 [desktop apps only]
|
Product
|
Outlook Express 6.0
|
IDL
|
- Directdb.idl
|