CTI32 Class Library

cti.CustomWrite Method 

Writes data to a stream

[Visual Basic]
Public Shared Function CustomWrite( _
   ByVal handle As Integer, _
   ByVal buffer As String, _
   ByVal count As Integer _
) As Integer
[C#]
public static int CustomWrite(
   int handle,
   string buffer,
   int count
);

Parameters

handle
The stream handle.
buffer
String you want written
count
Number of bytes to write.

Return Value

Number of bytes written or -1=Error

See Also

cti Class | CTI32NetLib Namespace