AddAtom

[DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
public static extern ushort AddAtom(
   string lpString
);

Microsoft documentation: Linkarrow-up-right

Last updated