Retrieves a handle to a control in the specified dialog box.
HWND GetDlgItem( HWND hDlg, int nIDDlgItem );
int GetDlgItem(int hDlg, int nIDDlgItem) => _GetDlgItem(hDlg, nIDDlgItem);