protected abstract void |
Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE.callback(int dwErrorCode,
int dwNumberOfBytesTransfered,
Minwinbase.OVERLAPPED lpOverlapped) |
|
static void |
Ioapiset.CancelIoEx(Winnt.HANDLE hFile,
Minwinbase.OVERLAPPED lpOverlapped) |
CancelIoEx
Marks any outstanding I/O operations for the specified file handle.
|
static int |
Ioapiset.GetOverlappedResult(Winnt.HANDLE hFile,
Minwinbase.OVERLAPPED lpOverlapped,
boolean bWait) |
GetOverlappedResult
retrieves the results of an overlapped operation on the specified file,
named pipe, or communications device.
|
static int |
Ioapiset.GetOverlappedResult(Winnt.HANDLE hFile,
Minwinbase.OVERLAPPED lpOverlapped,
ByteBuffer lpBuffer,
boolean bWait) |
GetOverlappedResult
retrieves the results of an overlapped operation on the specified file,
named pipe, or communications device.
|
static void |
IoAPI.PostQueuedCompletionStatus(Winnt.HANDLE CompletionPort,
int dwNumberOfBytesTransferred,
long dwCompletionKey,
Minwinbase.OVERLAPPED lpOverlapped) |
|
static void |
Fileapi.ReadFile(Winnt.HANDLE hFile,
OpaqueMemory32 lpBuffer,
int off,
int nNumberOfBytesToRead,
Minwinbase.OVERLAPPED lpOverlapped) |
ReadFile
Reads data from the specified file or input/output (I/O) device.
|
static void |
Fileapi.ReadFile(Winnt.HANDLE hFile,
OpaqueMemory32 lpBuffer,
Minwinbase.OVERLAPPED lpOverlapped) |
ReadFile
Reads data from the specified file or input/output (I/O) device.
|
static void |
Fileapi.ReadFile(Winnt.HANDLE hFile,
OpaqueMemory64 lpBuffer,
long off,
int nNumberOfBytesToRead,
Minwinbase.OVERLAPPED lpOverlapped) |
ReadFile
Reads data from the specified file or input/output (I/O) device.
|
static void |
Fileapi.ReadFile(Winnt.HANDLE hFile,
ByteBuffer lpBuffer,
Minwinbase.OVERLAPPED lpOverlapped) |
ReadFile
Reads data from the specified file or input/output (I/O) device.
|
static void |
Fileapi.ReadFileEx(Winnt.HANDLE hFile,
OpaqueMemory32 lpBuffer,
int off,
int nNumberOfBytesToRead,
Minwinbase.OVERLAPPED lpOverlapped,
Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine) |
ReadFile
Reads data from the specified file or input/output (I/O) device.
|
static void |
Fileapi.ReadFileEx(Winnt.HANDLE hFile,
OpaqueMemory32 lpBuffer,
Minwinbase.OVERLAPPED lpOverlapped,
Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine) |
ReadFile
Reads data from the specified file or input/output (I/O) device.
|
static void |
Fileapi.ReadFileEx(Winnt.HANDLE hFile,
OpaqueMemory64 lpBuffer,
long off,
int nNumberOfBytesToRead,
Minwinbase.OVERLAPPED lpOverlapped,
Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine) |
ReadFile
Reads data from the specified file or input/output (I/O) device.
|
static void |
Fileapi.ReadFileEx(Winnt.HANDLE hFile,
ByteBuffer lpBuffer,
Minwinbase.OVERLAPPED lpOverlapped,
Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine) |
ReadFile
Reads data from the specified file or input/output (I/O) device.
|
static void |
Fileapi.WriteFile(Winnt.HANDLE hFile,
OpaqueMemory32 lpBuffer,
int off,
int nNumberOfBytesToWrite,
Minwinbase.OVERLAPPED lpOverlapped) |
WriteFile
Writes data to the specified file or input/output (I/O) device.Writing
starts at the position specified by the file pointer if supported by the
device.
|
static void |
Fileapi.WriteFile(Winnt.HANDLE hFile,
OpaqueMemory32 lpBuffer,
Minwinbase.OVERLAPPED lpOverlapped) |
WriteFile
Writes data to the specified file or input/output (I/O) device.Writing
starts at the position specified by the file pointer if supported by the
device.
|
static void |
Fileapi.WriteFile(Winnt.HANDLE hFile,
OpaqueMemory64 lpBuffer,
long off,
int nNumberOfBytesToWrite,
Minwinbase.OVERLAPPED lpOverlapped) |
WriteFile
Writes data to the specified file or input/output (I/O) device.Writing
starts at the position specified by the file pointer if supported by the
device.
|
static void |
Fileapi.WriteFile(Winnt.HANDLE hFile,
ByteBuffer lpBuffer,
Minwinbase.OVERLAPPED lpOverlapped) |
WriteFile
Writes data to the specified file or input/output (I/O) device.
|
static void |
Fileapi.WriteFileEx(Winnt.HANDLE hFile,
OpaqueMemory32 lpBuffer,
int off,
int nNumberOfBytesToWrite,
Minwinbase.OVERLAPPED lpOverlapped,
Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine) |
WriteFile
Writes data to the specified file or input/output (I/O) device.Writing
starts at the position specified by the file pointer if supported by the
device.
|
static void |
Fileapi.WriteFileEx(Winnt.HANDLE hFile,
OpaqueMemory32 lpBuffer,
Minwinbase.OVERLAPPED lpOverlapped,
Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine) |
WriteFile
Writes data to the specified file or input/output (I/O) device.Writing
starts at the position specified by the file pointer if supported by the
device.This is the asynchronous write for OpaqueMemory32.
|
static void |
Fileapi.WriteFileEx(Winnt.HANDLE hFile,
OpaqueMemory64 lpBuffer,
long off,
int nNumberOfBytesToWrite,
Minwinbase.OVERLAPPED lpOverlapped,
Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine) |
WriteFile
Writes data to the specified file or input/output (I/O) device.Writing
starts at the position specified by the file pointer if supported by the
device.
|
static void |
Fileapi.WriteFileEx(Winnt.HANDLE hFile,
ByteBuffer lpBuffer,
Minwinbase.OVERLAPPED lpOverlapped,
Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine) |
WriteFile
Writes data to the specified file or input/output (I/O) device.
|