.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GlobalGetAtomNameA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGlobalGetAtomNameA\fR (KERNEL32.@) .SH SYNOPSIS UINT GlobalGetAtomNameA ( ATOM \fIatom\fR, LPSTR \fIbuffer\fR, INT \fIcount\fR ) .SH PARAMS \fIatom\fR \fB[In]\fR Atom identifier. .PP \fIbuffer\fR \fB[Out]\fR Pointer to \fIbuffer\fR for \fIatom\fR string. .PP \fB[In]\fR Size of \fIbuffer\fR. .PP .SH DESCRIPTION .PP Get a copy of the string associated with an \fIatom\fR. .SH RETURNS .PP \fBSuccess:\fR The length of the returned string in characters. .PP \fBFailure:\fR \fB0.\fR .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/atom.c"\fR.