SetCPGlobal.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/kernel32/locale.c".

Debug channel "nls".