Tao.DevIl SDK Documentation

Il.fWriteProc Delegate

[Visual Basic]
Public Delegate Function Il.fWriteProc( _
   ByVal ptr As IntPtr, _
   ByVal a As Integer, _
   ByVal b As Integer, _
   ByVal handle As IntPtr _
) As Integer
[C#]
public delegate int Il.fWriteProc(
   IntPtr ptr,
   int a,
   int b,
   IntPtr handle
);

Requirements

Namespace: Tao.DevIl

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

See Also

Tao.DevIl Namespace