Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - globaladdatom() adds a string to the windows atom table system http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GlobalAddAtom()        Adds a string to the Windows atom table system
--------------------------------------------------------------------------------

   Syntax:              GlobalAddAtom( <cString> )  --> <nAtom>


   Parameters:

   <cString>            A string to be added to the system atom
                        table to return a unique value for it.

   Returns:

   <nAtom>              A numeric value (nAtom) unique for that
                        string.

   Observations:        This function is case sensitive.

   Sample:              MsgInfo( GlobalAddAtom( "Hello" ) )

   Source code:         SOURCE\\WINAPI\\Atom.c

   See also:            GlobalGetAtomName() GlobalDeleteAtom()


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