WriteConsoleOutputCharacterA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

WriteConsoleOutputCharacterA (KERNEL32.@)

SYNOPSIS

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

DESCRIPTION

See WriteConsoleOutputCharacterW(3w).

IMPLEMENTATION

Defined in "wincon.h".

Implemented in "dlls/kernel32/console.c".

Debug channel "console".