[DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Unicode)] public static extern ushort AddAtom( string lpString );
Microsoft documentation: Link
Last updated 1 year ago