Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>getatomname()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GetAtomName()
Get the name of an atom in the application's atom table
------------------------------------------------------------------------------

Syntax
GetAtomName( <hAtom> )   -->   cName

Arguments
<hAtom> is the handle of the atom whose name is wanted.

Returns
If successful, this function returns the name of the atom.
Otherwise, NIL is returned.

Description
This function returns the string (name) of an atom in the
application's private atom table maintained by Windows.  An
atom may be any string, excluding null characters, although
you should keep them reasonably short (to avoid consuming too
much memory).

Example
cAtom = iif( nAtom == 0, "<none>", GetAtomName( nAtom ) )


See Also: AddAtom() DeleteAtom() FindAtom()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson