/reactos/dll/cpl/console/ |
H A D | layout.c | 602 wwidth = GetDlgItemInt(hDlg, IDC_EDIT_WINDOW_SIZE_WIDTH, NULL, FALSE); in LayoutProc() 611 wheight = GetDlgItemInt(hDlg, IDC_EDIT_WINDOW_SIZE_HEIGHT, NULL, FALSE); in LayoutProc() 620 swidth = GetDlgItemInt(hDlg, IDC_EDIT_SCREEN_BUFFER_WIDTH, NULL, FALSE); in LayoutProc() 638 left = GetDlgItemInt(hDlg, IDC_EDIT_WINDOW_POS_LEFT, NULL, TRUE); in LayoutProc() 647 top = GetDlgItemInt(hDlg, IDC_EDIT_WINDOW_POS_TOP, NULL, TRUE); in LayoutProc() 707 swidth = GetDlgItemInt(hDlg, IDC_EDIT_SCREEN_BUFFER_WIDTH, NULL, FALSE); in LayoutProc() 708 wwidth = GetDlgItemInt(hDlg, IDC_EDIT_WINDOW_SIZE_WIDTH , NULL, FALSE); in LayoutProc() 732 swidth = GetDlgItemInt(hDlg, IDC_EDIT_SCREEN_BUFFER_WIDTH, NULL, FALSE); in LayoutProc() 733 wwidth = GetDlgItemInt(hDlg, IDC_EDIT_WINDOW_SIZE_WIDTH , NULL, FALSE); in LayoutProc() 838 left = GetDlgItemInt(hDlg, IDC_EDIT_WINDOW_POS_LEFT, NULL, TRUE); in LayoutProc() [all …]
|
H A D | colors.c | 234 value = GetDlgItemInt(hDlg, IDC_EDIT_COLOR_RED, NULL, FALSE); in ColorsProc() 240 value = GetDlgItemInt(hDlg, IDC_EDIT_COLOR_GREEN, NULL, FALSE); in ColorsProc() 246 value = GetDlgItemInt(hDlg, IDC_EDIT_COLOR_BLUE, NULL, FALSE); in ColorsProc()
|
H A D | options.c | 331 sizeBuff = GetDlgItemInt(hDlg, IDC_EDIT_BUFFER_SIZE, NULL, FALSE); in OptionsProc() 342 numBuff = GetDlgItemInt(hDlg, IDC_EDIT_NUM_BUFFER, NULL, FALSE); in OptionsProc()
|
/reactos/base/applications/games/winmine/ |
H A D | dialog.c | 39 p_board->rows = GetDlgItemInt( hDlg, IDC_EDITROWS, &IsRet, FALSE ); in CustomDlgProc() 40 p_board->cols = GetDlgItemInt( hDlg, IDC_EDITCOLS, &IsRet, FALSE ); in CustomDlgProc() 41 p_board->mines = GetDlgItemInt( hDlg, IDC_EDITMINES, &IsRet, FALSE ); in CustomDlgProc()
|
/reactos/base/applications/mspaint/ |
H A D | dialogs.cpp | 277 percentage.x = GetDlgItemInt(IDD_STRETCHSKEWEDITHSTRETCH, &tr1, FALSE); in OnOk() 278 percentage.y = GetDlgItemInt(IDD_STRETCHSKEWEDITVSTRETCH, &tr2, FALSE); in OnOk() 279 angle.x = GetDlgItemInt(IDD_STRETCHSKEWEDITHSKEW, &tr3, TRUE); in OnOk() 280 angle.y = GetDlgItemInt(IDD_STRETCHSKEWEDITVSKEW, &tr4, TRUE); in OnOk()
|
/reactos/dll/win32/comdlg32/ |
H A D | printdlg.c | 616 nFromPage = GetDlgItemInt(hDlg, edt1, NULL, FALSE); in PRINTDLG_UpdatePrintDlgA() 617 nToPage = GetDlgItemInt(hDlg, edt2, &translated, FALSE); in PRINTDLG_UpdatePrintDlgA() 674 lppd->nCopies = GetDlgItemInt(hDlg, edt3, NULL, FALSE); in PRINTDLG_UpdatePrintDlgA() 719 nFromPage = GetDlgItemInt(hDlg, edt1, NULL, FALSE); in PRINTDLG_UpdatePrintDlgW() 720 nToPage = GetDlgItemInt(hDlg, edt2, &translated, FALSE); in PRINTDLG_UpdatePrintDlgW() 1738 nFromPage = GetDlgItemInt(hDlg, edt1, NULL, FALSE); in PRINTDLG_WMCommandA() 1739 nToPage = GetDlgItemInt(hDlg, edt2, NULL, FALSE); in PRINTDLG_WMCommandA() 1747 INT copies = GetDlgItemInt(hDlg, edt3, NULL, FALSE); in PRINTDLG_WMCommandA() 1898 nFromPage = GetDlgItemInt(hDlg, edt1, NULL, FALSE); in PRINTDLG_WMCommandW() 1899 nToPage = GetDlgItemInt(hDlg, edt2, NULL, FALSE); in PRINTDLG_WMCommandW() [all …]
|
/reactos/dll/cpl/sysdm/ |
H A D | virtmem.c | 522 MinSize = GetDlgItemInt(pVirtMem->hSelf, in OnSet() 536 MaxSize = GetDlgItemInt(pVirtMem->hSelf, in OnSet()
|
/reactos/dll/cpl/desk/ |
H A D | advappdlg.c | 268 …SchemeSetMetric(&g->SchemeAdv, g_Assignment[g->CurrentElement].Size, GetDlgItemInt(hwndDlg, IDC_AD… in SaveCurrentValues() 274 …plfFont->lfHeight = -MulDiv(GetDlgItemInt(hwndDlg, IDC_ADVAPPEARANCE_FONTSIZE_E, &bTranslated, FAL… in SaveCurrentValues()
|
H A D | screensaver.c | 637 Time = GetDlgItemInt(hwndDlg, in SetScreenSaver()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | recycler_prop.cpp | 385 uResult = GetDlgItemInt(hwndDlg, 14002, &bSuccess, FALSE); in RecycleBinDlg()
|
/reactos/win32ss/printing/monitors/localmon/ui/ |
H A D | localui.c | 378 res = GetDlgItemInt(hwnd, LPTCONFIG_EDIT, (BOOL *) &status, FALSE); in dlgproc_lptconfig()
|
/reactos/dll/cpl/main/ |
H A D | mouse.c | 1762 … pWheelData->uWheelScrollLines = GetDlgItemInt(hwndDlg, IDC_EDIT_WHEEL_SCROLL_LINES, NULL, FALSE); in WheelProc() 1776 … pWheelData->uWheelScrollLines = GetDlgItemInt(hwndDlg, IDC_EDIT_WHEEL_SCROLL_LINES, NULL, FALSE); in WheelProc()
|
/reactos/base/applications/notepad/ |
H A D | dialog.c | 864 UINT iLine = GetDlgItemInt(hwndDialog, ID_LINENUMBER, NULL, FALSE); in DIALOG_GoTo_DialogProc()
|
/reactos/sdk/lib/atl/ |
H A D | atlwin.h | 611 UINT GetDlgItemInt( 617 return ::GetDlgItemInt(m_hWnd, nID, lpTrans, bSigned);
|
/reactos/win32ss/user/user32/ |
H A D | user32.spec | 281 @ stdcall GetDlgItemInt(long long ptr long)
|
/reactos/dll/win32/netcfgx/ |
H A D | tcpipconf_notify.c | 194 Num = GetDlgItemInt(hwndDlg, IDC_PORT_VAL, NULL, TRUE); in TcpipFilterPortDlg() 806 pGwSettings->Metric = GetDlgItemInt(hwndDlg, IDC_METRIC, NULL, FALSE); in TcpipAdvGwDlg()
|
/reactos/base/applications/mscutils/eventvwr/ |
H A D | eventvwr.c | 4102 dwMaxSize = GetDlgItemInt(hDlg, IDC_EDIT_MAXLOGSIZE, NULL, FALSE) * 1024; in SavePropertiesDlg() 4115 dwRetention = GetDlgItemInt(hDlg, IDC_EDIT_EVENTS_AGE, NULL, FALSE) * (24*3600); in SavePropertiesDlg()
|
/reactos/dll/win32/avifil32/ |
H A D | api.c | 1390 dwInterleave = GetDlgItemInt(hWnd, IDC_INTERLEAVEEVERY, NULL, 0); in AVISaveOptionsDlgProc()
|
/reactos/win32ss/user/user32/windows/ |
H A D | dialog.c | 2207 GetDlgItemInt( in GetDlgItemInt() function
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 4615 UINT WINAPI GetDlgItemInt(_In_ HWND, _In_ int, _Out_opt_ PBOOL, _In_ BOOL);
|