SEEKROWSETTYPE enumeration
Do not use. Used as a parameter to IDatabase::SeekRowset to specify the starting location of the seek.
Syntax
typedef enum {
SEEK_ROWSET_BEGIN,
SEEK_ROWSET_CURRENT,
SEEK_ROWSET_END
} ACCESSTYPE;
Constants
-
SEEK_ROWSET_BEGIN
-
The cursor is repositioned relative to the beginning of the Database.
-
SEEK_ROWSET_CURRENT
-
The cursor is repositioned relative to its current location.
-
SEEK_ROWSET_END
-
The cursor is repositioned relative to the end of the database.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
IDL |
|