コード例 #1
0
 public static extern bool WriteFileEx(IntPtr hFile, byte[] lpBuffer, uint nNumberOfBytesToWrite, IntPtr lpOverlapped, OVERLAPPED_COMPLETION_ROUTINE_PTR lpCompletionRoutine);
コード例 #2
0
 public static extern bool ReadFileEx(IntPtr hFile, IntPtr lpBuffer, uint nNumberOfBytesToRead, ref uint lpNumberOfBytesRead, IntPtr lpOverlapped, OVERLAPPED_COMPLETION_ROUTINE_PTR lpCompletionRoutine);