Group: Extensible Storage Engine (ESE, Jet Blue) - Library: esent
Extensible Storage Engine class library
JET_ERR JET_API JetCloseDatabase(
__in JET_SESID sesid,
__in JET_DBID dbid,
__in JET_GRBIT grbit
);
DECLARE INTEGER JetCloseDatabase IN esent;
INTEGER sesid,;
INTEGER dbid,;
INTEGER grbit
sesid The database session context that will be used for the API call.
dbid The database to be closed.
grbit Reserved for future use.
This function returns the JET_ERR data type with one of predefined return codes.
See also: JetCreateDatabase, JetOpenDatabase