GetConsoleOutputCP

  UINT GetConsoleOutputCP(VOID)    

The GetConsoleOutputCP function returns the identity of the output code page used by the console associated with the calling process. This code page is used to translate character values into the images displayed in the console window.

Parameters

This function has no parameters.

Return Value

The return value is a code that identifies the code page.

See Also

GetConsoleCP, SetConsoleCP, SetConsoleOutputCP