.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetCPGlobal 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetCPGlobal\fR (KERNEL32.@) .SH SYNOPSIS UINT SetCPGlobal ( UINT \fIacp\fR ) .SH DESCRIPTION .PP Set the current Ansi code page Id for the system. .SH PARAMS \fIacp\fR \fB[In]\fR code page Id to be the new \fBACP\fR. .PP .SH RETURNS .PP The previous \fBACP\fR. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/kernel32/locale.c"\fR. .PP Debug channel \fB"nls"\fR.