Top Method Summary
Options Name Purpose
INT64 Write (character) Writes text to the output destination
WriteLine (character) Writes text to the output destination and terminates it with a line break

Top Constructor Summary
Options Name Purpose
OutputStream (handle) Constructor for the OutputStream class

Top Property Summary
Options Name Purpose
HANDLE StreamHandle


Method Detail
Top

INT64 Write (character)

Purpose: Writes text to the output destination
Notes:

Parameters:
pcText CHARACTER
The text for the output
Returns INT64
The actual number of bytes written to the output stream
Top

WriteLine (character)

Purpose: Writes text to the output destination and terminates it with a
line break
Notes:

Parameters:
pcText CHARACTER
The text for the output


Constructor Detail
Top

OutputStream (handle)

Purpose: Constructor for the OutputStream class
Notes:

Parameters:
phStreamHandle HANDLE
The handle of the stream to use as the output destination


Property Detail
Top

HANDLE StreamHandle


Returns HANDLE


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:23:00