Scroll to navigation

GetOEMCP(3w) Wine API GetOEMCP(3w)

NAME

GetOEMCP (KERNEL32.@)

SYNOPSIS

UINT GetOEMCP
(
)
 

DESCRIPTION

Get the current OEM code page Id for the system.
 

PARAMS

None.
 

RETURNS

The current OEM code page identifier for the system.
 

IMPLEMENTATION

Declared in "winnls.h".
Implemented in "dlls/kernel32/locale.c".
Debug channel "nls".
Oct 2012 Wine API