| Package | Description |
|---|---|
| de.ibapl.jnhw.winapi |
| Modifier and Type | Method and Description |
|---|---|
static void |
Ioapiset.CancelIoEx(Winnt.HANDLE hFile,
Minwinbase.OVERLAPPED lpOverlapped) |
static void |
Ioapiset.GetOverlappedResult(Winnt.HANDLE hFile,
Minwinbase.OVERLAPPED lpOverlapped,
IntRef lpNumberOfBytesTransferred,
boolean bWait) |
static void |
Ioapiset.GetOverlappedResult(Winnt.HANDLE hFile,
Minwinbase.OVERLAPPED overlapped,
IntRef lpNumberOfBytesTransferred,
boolean bWait,
ByteBuffer lpBuffer) |
static void |
Fileapi.ReadFile(Winnt.HANDLE hFile,
ByteBuffer lpBuffer,
Minwinbase.OVERLAPPED lpOverlapped)
use @see Ioapiset.GetOverlappedResult(HANDLE, OVERLAPPED, ByteBuffer) to
get the result and fix the ByteBuffers position.
|
static void |
Fileapi.WriteFile(Winnt.HANDLE hFile,
ByteBuffer lpBuffer,
Minwinbase.OVERLAPPED lpOverlapped)
use @see Ioapiset.GetOverlappedResult(HANDLE, OVERLAPPED, ByteBuffer) to
get the result and fix the ByteBuffers position.
|
Copyright © 2019. All rights reserved.