INtime SDK Help
WriteRtConsole

Writes characters to the console device.

BOOLEAN 
WriteRtConsole(
    const LPVOID pBuffer, 
    DWORD dwBufferLength, 
    LPDWORD pdwCount);

Parameters

pBuffer
Buffer of byte data to send to the console.
dwBufferLength
The number of characters to write to the console from the buffer.
pdwCount
A pointer to a DWORD variable which receives the count of characters actually written to the console.

Remarks

An implicit call to OpenRtConsole is made on the first call to WriteRtConsole from an application.

Requirements

Versions Defined in Include Link to
INtime 6.0 intime/rt/include/rtbase.h rt.h rt.lib

See Also