C# Class Server.NativeReaderWin32

Inheritance: INativeReader
Mostra file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
NativeReaderWin32 ( ) : System
Read ( IntPtr ptr, void buffer, int length ) : void

Private Methods

Method Description
_lread ( IntPtr hFile, void lpBuffer, int wBytes ) : int

Method Details

NativeReaderWin32() public method

public NativeReaderWin32 ( ) : System
return System

Read() public method

public Read ( IntPtr ptr, void buffer, int length ) : void
ptr System.IntPtr
buffer void
length int
return void