Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1009 Bytes

File metadata and controls

49 lines (31 loc) · 1009 Bytes

Home

Function name : JetTerm

Group: Extensible Storage Engine (ESE, Jet Blue) - Library: esent


Initiates the shutdown of an instance that has been initialized by JetInit.


Code examples:

Extensible Storage Engine class library

Declaration:

JET_ERR JET_API JetTerm(
  __in          JET_INSTANCE instance
);  

FoxPro declaration:

DECLARE INTEGER JetTerm IN esent;
	INTEGER pinstance  

Parameters:

instance Specifies the instance to use for this call.


Return value:

This function returns the JET_ERR datatype with one of predefined return codes (e.g. JET_errSuccess=0).


Comments:

See also: JetInit, JetCreateInstance.