DelegateStreamReadFunction Delegate

SWI-Prolog SbsSW.SwiPlCs

Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog DelegateStreamReadFunction Delegate
SwiPlCs interfaceSbsSW.SwiPlCs.StreamsDelegateStreamReadFunction
Declaration Syntax
C# Visual Basic Visual C++
public delegate long DelegateStreamReadFunction(
	IntPtr handle,
	IntPtr buffer,
	long bufferSize
)
Public Delegate Function DelegateStreamReadFunction ( _
	handle As IntPtr, _
	buffer As IntPtr, _
	bufferSize As Long _
) As Long
public delegate long long DelegateStreamReadFunction(
	IntPtr handle, 
	IntPtr buffer, 
	long long bufferSize
)
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.60301.0 (1.1.60301.0)