.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH InitAtomTable 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBInitAtomTable\fR (KERNEL32.@) .SH SYNOPSIS BOOL InitAtomTable ( DWORD \fIentries\fR ) .SH DESCRIPTION .PP Initialise the global atom table. .SH PARAMS \fIentries\fR \fB[In]\fR The number of \fIentries\fR to reserve in the table. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. .PP \fBFailure:\fR \fBFALSE\fR. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/atom.c"\fR.