Edit

Share via


VistaApi.JetInit3 method

Initialize the ESENT database engine.

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

Syntax

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

returnValue = VistaApi.JetInit3(instance, _
    recoveryOptions, grbit)
public static JET_wrn JetInit3(
    ref JET_INSTANCE instance,
    JET_RSTINFO recoveryOptions,
    InitGrbit grbit
)

Parameters

Return value

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

See also

Reference

VistaApi class

VistaApi members

Microsoft.Isam.Esent.Interop.Vista namespace