.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GlobalAddAtomA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGlobalAddAtomA\fR (KERNEL32.@) .SH SYNOPSIS ATOM GlobalAddAtomA ( LPCSTR \fIstr\fR ) .SH PARAMS \fIstr\fR \fB[In]\fR String to add. .PP .SH DESCRIPTION .PP Add a character string to the global atom table and return a unique value identifying it. .SH RETURNS .PP \fBSuccess:\fR The atom allocated to \fIstr\fR. .PP \fBFailure:\fR \fB0.\fR .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/atom.c"\fR.