win32gui.GetDlgItemInt

GetDlgItemInt(hDlg, IDDlgItem, Signed)

Returns the integer value of a dialog control

Parameters

hDlg : PyHANDLE

Handle to a dialog window

IDDlgItem : int

Identifier of one of the dialog's controls

Signed : boolean

Indicates whether control value should be interpreted as signed