Beispiel #1
0
 public static extern Boolean ReadFile(
     IntPtr hFile,
     Byte[] lpBuffer,
     UInt32 nNumberOfBytesToRead,
     ref UInt32 lpNumberOfBytesRead,
     ref MinWinBase._OVERLAPPED lpOverlapped
     );
Beispiel #2
0
 public static extern bool ReadFile(
     IntPtr hFile,
     byte[] lpBuffer,
     uint nNumberOfBytesToRead,
     ref uint lpNumberOfBytesRead,
     ref MinWinBase._OVERLAPPED lpOverlapped
     );
Beispiel #3
0
 public static extern Boolean ConnectNamedPipe(
     IntPtr hNamedPipe,
     MinWinBase._OVERLAPPED lpOverlapped
     );