Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
instance
Type: Microsoft.Isam.Esent.Interop.JET_INSTANCEThe instance to initialize. If an instance hasn't been allocated then a new one is created and the engine will operate in single-instance mode.
recoveryOptions
Type: Microsoft.Isam.Esent.Interop.JET_RSTINFOAdditional recovery parameters for remapping databases during recovery, position where to stop recovery at, or recovery status.
grbit
Type: Microsoft.Isam.Esent.Interop.InitGrbitInitialization options.
Return value
Type: Microsoft.Isam.Esent.Interop.JET_wrn
A warning code.