findatom (kernel32)
Last changed: anathan-207.46.238.138

.
Summary
Searches the local atom table for the specified character string.

C# Signature:

[DllImport("kernel32.dll", SetLastError=true, CharSet=CharSet.Auto)]
static extern ushort FindAtom(string lpString);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

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

Documentation
FindAtom on MSDN