INDEXID
The identifier of the index to be accessed in a database.
typedef DWORD INDEXID;
Remarks
An INDEXID can be an integer value that represents the index, or the following value:
-
INDEXID_NULL ((INDEXID)-1)
-
An invalid INDEXID.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
See also