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". https://source.winehq.org/source/dlls/kernel32/locale.c

Debug channel "nls".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.