GetDlgItemInt
[DllImport("user32.dll", SetLastError = true)]
public static extern bool GetDlgItemInt(
IntPtr hDlg,
int nIDDlgItem,
ref bool lpTranslated,
bool bSigned
);
Microsoft documentation: Link
Last updated
[DllImport("user32.dll", SetLastError = true)]
public static extern bool GetDlgItemInt(
IntPtr hDlg,
int nIDDlgItem,
ref bool lpTranslated,
bool bSigned
);
Microsoft documentation: Link
Last updated