[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Unicode)] public static extern IntPtr CharNext( [In, Out] IntPtr lpsz );
Microsoft documentation: Link
Last updated 1 year ago