SetCPGlobal(3w)
NAME
SetCPGlobal (KERNEL32.@)
SYNOPSIS
UINT SetCPGlobal
(
UINT acp
)
DESCRIPTION
Set the current Ansi code page Id for the system.
PARAMS
acp [In] code page Id to be the new ACP.
RETURNS
The previous ACP.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/locale.c".
- Debug channel "nls".