Пример #1
0
 public static extern bool ReadFileEx(
     IntPtr hFile,
     byte[] lpBuffer,
     uint nNumberOfBytesToRead,
     ref Overlapped lpNumberOfBytesRead,
     EvtFileIOCompletionRoutine lpOverlapped
     );
Пример #2
0
 public static extern bool ReadFileEx(
         IntPtr hFile,
         byte[] lpBuffer,
         uint nNumberOfBytesToRead,
         ref Overlapped lpNumberOfBytesRead,
         EvtFileIOCompletionRoutine lpOverlapped
     );