Scroll to navigation

WriteConsoleOutputCharacterA(3w) Wine API WriteConsoleOutputCharacterA(3w)

NAME

WriteConsoleOutputCharacterA (KERNEL32.@)

SYNOPSIS

BOOL WriteConsoleOutputCharacterA
(
HANDLE hConsoleOutput,
LPCSTR str,
DWORD length,
COORD coord,
LPDWORD lpNumCharsWritten
)
 

DESCRIPTION

See WriteConsoleOutputCharacterW(3w).
 

IMPLEMENTATION

Declared in "wincon.h".
Implemented in "dlls/kernel32/console.c".
Debug channel "console".
Oct 2012 Wine API