Method ReadFileEx
ReadFileEx(SafeFileHandle, byte[], uint, ref NativeOverlapped, nint)
Declaration
public static extern bool ReadFileEx(SafeFileHandle hFile, byte[] lpbuffer, uint nNumberOfBytesToRead, ref NativeOverlapped lpOverlapped, nint lpCompletionRoutine)
Parameters
| Type | Name | Description |
|---|---|---|
| SafeFileHandle | hFile | |
| byte[] | lpbuffer | |
| uint | nNumberOfBytesToRead | |
| NativeOverlapped | lpOverlapped | |
| nint | lpCompletionRoutine |
Returns
| Type | Description |
|---|---|
| bool |