globaladdatom (kernel32)
Last changed: -65.74.6.130

.
Summary

C# Signature:

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

VB.NET Signature:

<DllImport("kernel32.dll", SetLastError:=True, CharSet:=CharSet.Auto)> _
Private Shared Function GlobalAddAtom( _
     ByVal lpString As String) As UShort
End Function

VB Signature:

Declare Auto Function GlobalAddAtom Lib "kernel32.dll" (ByVal lpString As String) As UInt16

User-Defined Types:

None.

Notes:

See also GlobalDeleteAtom

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation