@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The GlobalDeleteAtom API !!!!C# Signature: [DllImport("kernel32.dll", SetLastError=true, ExactSpelling=true)] static extern ushort GlobalDeleteAtom(ushort nAtom); !!!!VB.NET Signature: <DllImport("kernel32.dll", SetLastError:=True, CharSet:=CharSet.Auto)> _ Private Shared Function GlobalDeleteAtom( _ ByVal nAtom As UShort) As UShort End Function !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: GlobalDeleteAtom@msdn on MSDN: https://msdn.microsoft.com/en-us/library/windows/desktop/ms649061(v=vs.85).aspx
Edit kernel32.GlobalDe...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.