Api.JetInit2 method

Initialize the ESENT database engine.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Function JetInit2 ( _
    ByRef instance As JET_INSTANCE, _
    grbit As InitGrbit _
) As JET_wrn
'Usage
Dim instance As JET_INSTANCE
Dim grbit As InitGrbit
Dim returnValue As JET_wrn

returnValue = Api.JetInit2(instance, _
    grbit)
public static JET_wrn JetInit2(
    ref JET_INSTANCE instance,
    InitGrbit grbit
)

Parameters

Return value

Type: Microsoft.Isam.Esent.Interop.JET_wrn
A warning code.

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace