Scroll to navigation

GetConsoleCP(3w) Wine API GetConsoleCP(3w)

NAME

GetConsoleCP (KERNEL32.@)

SYNOPSIS

UINT GetConsoleCP
(
)
 

DESCRIPTION

GetConsoleCP [ KERNEL32.@] Returns the OEM code page for the console.
 

RETURNS

Code page code
 

IMPLEMENTATION

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