GetConsoleCP PROC   (MS-Windows)

   Returns the identity of the input code page used by the console.
   A console uses its input page code to translate keyboard input into the corresponding character value.
   Use SetConsoleCP to set a console's input code page.
   For the console's output code page, use GetConsoleOutputCP and SetConsoleOutputCP.


GetConsoleCP PROTO      ; returns code page ID in eax

Returns: (UINT) EAX = code that identifies the code page.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)