Group: Extensible Storage Engine (ESE, Jet Blue) - Library: esent
Extensible Storage Engine class library
JET_ERR JET_API JetInit(
__in_out_opt JET_INSTANCE* pinstance
);
DECLARE INTEGER JetInit IN esent;
INTEGER @pinstance
pinstance 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).
For Windows 2000, pinstance parameter is ignored and should always be NULL.
See also: JetTerm, JetCreateInstance