JET_GRBIT
Applies to: Windows | Windows Server
JET_GRBIT
The JET_GRBIT data type is a group of bits that contain constants that are specific to the functions and structures in which it is used.
typedef unsigned long JET_GRBIT;
Data Types
JET_GRBIT
In general, the constants that are used as values for this data type reflect the name of the API element in which they are used. For example, all constants passed to JetRetrieveColumn begin with "JET_bitRetrieve". Similarly, all constants passed to JetSetColumn begin with "JET_bitSet".
A value of zero causes the parameter to be ignored.
Remarks
For more information, see the specific function or structure. The options are usually passed as a set of flags that can be combined.
Requirements
Requirement | Value |
---|---|
Client |
Requires Windows Vista, Windows XP, or Windows 2000 Professional. |
Server |
Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server. |
Header |
Declared in Esent.h. |