Tao.DevIl SDK Documentation

Il.fPutcProc Delegate

[Visual Basic]
Public Delegate Function Il.fPutcProc( _
   ByVal byt As Byte, _
   ByVal handle As IntPtr _
) As Integer
[C#]
public delegate int Il.fPutcProc(
   byte byt,
   IntPtr handle
);

Requirements

Namespace: Tao.DevIl

Assembly: Tao.DevIl (in Tao.DevIl.dll)

See Also

Tao.DevIl Namespace