Microsoft.Win32.Win32Native.ReadFile C# (CSharp) Method

ReadFile() private method

private ReadFile ( SafeFileHandle handle, byte bytes, int numBytesToRead, IntPtr numBytesRead_mustBeZero, NativeOverlapped overlapped ) : int
handle SafeFileHandle
bytes byte
numBytesToRead int
numBytesRead_mustBeZero IntPtr
overlapped NativeOverlapped
return int
        unsafe internal static extern int ReadFile(SafeFileHandle handle, byte* bytes, int numBytesToRead, IntPtr numBytesRead_mustBeZero, NativeOverlapped* overlapped);

Same methods

Win32Native::ReadFile ( SafeFileHandle handle, byte bytes, int numBytesToRead, int &numBytesRead, IntPtr mustBeZero ) : int