Esempio n. 1
0
 public static extern bool WriteFileEx(IntPtr hFile, byte[] lpBuffer, uint nNumberOfBytesToWrite, IntPtr lpOverlapped, OVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine);
Esempio n. 2
0
 public static extern bool ReadFileEx(IntPtr hFile, IntPtr lpBuffer, uint nNumberOfBytesToRead, ref uint lpNumberOfBytesRead, IntPtr lpOverlapped, OVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine);