
Declaration Syntax
Public Delegate Function DelegateStreamReadFunction ( _
handle As IntPtr, _
buffer As IntPtr, _
bufferSize As Long _
) As Long

Parameters
- handle (IntPtr)
- A C stream handle. simple ignore it.
- buffer (IntPtr)
- A pointer to a string buffer
- bufferSize (Int64)
- The size of the string buffer

Return Value
Assembly:
SwiPlCs (Module: SwiPlCs) Version: 1.1.5990.0 (1.1.5990.0)