Function Reference


_WinAPI_WriteConsole

Writes a character string to a console screen buffer

#include <WinAPIProc.au3>
_WinAPI_WriteConsole ( $hConsole, $sText )

Parameters

$hConsole Handle to the console screen buffer
$sText Text to be written to the console screen buffer

Return Value

Success: True
Failure: False, call _WinAPI_GetLastError() to get extended error information

See Also

Search WriteConsole in MSDN Library.