Edit

Share via


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

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace