Api.JetCloseFileInstance method
Closes a file that was opened with JetOpenFileInstance after the data from that file has been extracted using JetReadFileInstance.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetCloseFileInstance ( _
instance As JET_INSTANCE, _
handle As JET_HANDLE _
)
'Usage
Dim instance As JET_INSTANCE
Dim handle As JET_HANDLEApi.JetCloseFileInstance(instance, _
handle)
public static void JetCloseFileInstance(
JET_INSTANCE instance,
JET_HANDLE handle
)
Parameters
instance
Type: Microsoft.Isam.Esent.Interop.JET_INSTANCEThe instance to use.
handle
Type: Microsoft.Isam.Esent.Interop.JET_HANDLEThe handle to close.