Share via


Api.JetReadFileInstance 메서드

JetOpenFileInstance(JET_INSTANCE, String, JET_HANDLE, Int64, Int64)로 열린 파일의 내용을 검색합니다.

네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)

구문

'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
)

매개 변수

  • buffer
    형식: []

    읽을 버퍼입니다.

  • bufferSize
    형식: System.Int32

    버퍼의 크기입니다.

  • bytesRead
    형식: System.Int32

    버퍼에 읽은 데이터의 양을 반환합니다.

추가 정보

참조

Api 클래스

Api 멤버

Microsoft.Isam.Esent.Interop 네임스페이스