Scroll to navigation

GetACP(3w) Wine API GetACP(3w)

NAME

GetACP (KERNEL32.@)

SYNOPSIS

UINT GetACP
(
)
 

DESCRIPTION

Get the current Ansi code page Id for the system.
 

PARAMS

None.
 

RETURNS

The current Ansi code page identifier for the system.
 

IMPLEMENTATION

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