Scroll to navigation

SetCPGlobal(3w) Wine API 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 declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/kernel32/locale.c".
Debug channel "nls".
Oct 2012 Wine API