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