[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern int GetDlgItemText( IntPtr hDlg, int nIDDlgItem, StringBuilder lpString, int cchMax );
Microsoft documentation: Link
Last updated 1 year ago