Tao.DevIl SDK Documentation

Il.ilSetRead Method 

[Visual Basic]
Public Shared Sub ilSetRead( _
   ByVal Open As fOpenRProc, _
   ByVal Close As fCloseRProc, _
   ByVal Eof As fEofProc, _
   ByVal Getc As fGetcProc, _
   ByVal Read As fReadProc, _
   ByVal Seek As fSeekRProc, _
   ByVal Tell As fTellRProc _
)
[C#]
public static void ilSetRead(
   fOpenRProc Open,
   fCloseRProc Close,
   fEofProc Eof,
   fGetcProc Getc,
   fReadProc Read,
   fSeekRProc Seek,
   fTellRProc Tell
);

See Also

Il Class | Tao.DevIl Namespace