AddAtom (kernel32)
Last changed: -80.120.46.78

.
Summary
Adds a character string to the local atom table.

C# Signature:

[DllImport("kernel32.dll")]
static extern ushort AddAtom(string lpString);

User-Defined Types:

None.

Notes:

Please add some!

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.String.Intern is the closest thing, although an atom is different from a string.

Documentation
AddAtom on MSDN