static void |
Winbase.BindIoCompletionCallback(Winnt.HANDLE FileHandle,
Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE Function,
int Flags) |
|
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.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.
|