Api.JetReadFileInstance method

Retrieves the contents of a file opened with JetOpenFileInstance(JET_INSTANCE, String, JET_HANDLE, Int64, Int64).

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

Syntax

'Declaration
Public Shared Sub JetReadFileInstance ( _
    instance As JET_INSTANCE, _
    file As JET_HANDLE, _
    buffer As Byte(), _
    bufferSize As Integer, _
    <OutAttribute> ByRef bytesRead As Integer _
)
'Usage
Dim instance As JET_INSTANCE
Dim file As JET_HANDLE
Dim buffer As Byte()
Dim bufferSize As Integer
Dim bytesRead As IntegerApi.JetReadFileInstance(instance, _
    file, buffer, bufferSize, bytesRead)
public static void JetReadFileInstance(
    JET_INSTANCE instance,
    JET_HANDLE file,
    byte[] buffer,
    int bufferSize,
    out int bytesRead
)

Parameters

  • buffer
    Type: []

    The buffer to read into.

  • bytesRead
    Type: System.Int32

    Returns the amount of data read into the buffer.

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace