.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GlobalDeleteAtom 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGlobalDeleteAtom\fR (KERNEL32.@) .SH SYNOPSIS ATOM GlobalDeleteAtom ( ATOM \fIatom\fR ) .SH PARAMS \fIatom\fR \fB[In]\fR Atom to delete. .PP .SH DESCRIPTION .PP Decrement the reference count of a string \fIatom\fR. If the count is zero, the string associated with the \fIatom\fR is removed from the table. .SH RETURNS .PP \fBSuccess:\fR \fB0.\fR .PP \fBFailure:\fR \fIatom\fR. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/atom.c"\fR.