[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Unicode)] public static extern IntPtr SendMessage( IntPtr hWnd, uint Msg, IntPtr wParam, StringBuilder lParam );
Microsoft documentation: Link
Last updated 1 year ago