Delegate for UIO Reader Callback
[Visual Basic]
Public Delegate Function cti.u_seek( _
ByVal
fh As
Integer, _
ByVal
offset As
Integer, _
ByVal
whence As
Integer _
) As
Integer
[C#]
public delegate int cti.u_seek(
int fh,
int offset,
int whence);
Requirements
Namespace:
CTI32NetLib
Assembly: CTI32NetLib (in CTI32NetLib.dll)
See Also
CTI32NetLib Namespace