Group: Extensible Storage Engine (ESE, Jet Blue) - Library: esent
Extensible Storage Engine class library
JET_ERR JET_API JetTerm(
__in JET_INSTANCE instance
); DECLARE INTEGER JetTerm IN esent;
INTEGER pinstance instance Specifies the instance to use for this call.
This function returns the JET_ERR datatype with one of predefined return codes (e.g. JET_errSuccess=0).
See also: JetInit, JetCreateInstance.
Home