Scroll to navigation

GetConsoleTitleA(3w) Wine API GetConsoleTitleA(3w)

NAME

GetConsoleTitleA (KERNEL32.@)

SYNOPSIS

DWORD GetConsoleTitleA
(
LPSTR title,
DWORD size
)
 

DESCRIPTION

See GetConsoleTitleW(3w).
 

IMPLEMENTATION

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