Group: Dialog Box - Library: user32
HWND GetDlgItem(
HWND hDlg,
int nIDDlgItem
);
DECLARE INTEGER GetDlgItem IN user32;
INTEGER hDlg,;
INTEGER nIDDlgItem
hDlg [in] Handle to the dialog box that contains the control.
nIDDlgItem [in] Specifies the identifier of the control to be retrieved.
If the function succeeds, the return value is the window handle of the specified control.
See also: SetDlgItemText, GetDlgCtrlID.