.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH EnumSystemCodePagesA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBEnumSystemCodePagesA\fR (KERNEL32.@) .SH SYNOPSIS BOOL EnumSystemCodePagesA ( CODEPAGE_ENUMPROCA \fIlpfnCodePageEnum\fR, DWORD \fIflags\fR ) .SH DESCRIPTION .PP Call a user defined function for every code page installed on the system. .SH PARAMS \fIlpfnCodePageEnum\fR \fB[In]\fR User \fBCODEPAGE_ENUMPROC\fR to call with each found code page. .PP \fIflags\fR \fB[In]\fR Reserved, set to \fB0.\fR .PP .SH RETURNS .PP \fBTRUE\fR, If all code pages have been enumerated, or \fBFALSE\fR if \fIlpfnCodePageEnum\fR returned \fBFALSE\fR to stop the enumeration. .SH IMPLEMENTATION .PP Declared in \fB"winnls.h"\fR. .PP Implemented in \fB"dlls/kernel32/locale.c"\fR. .PP Debug channel \fB"nls"\fR.