Home
last modified time | relevance | path

Searched refs:GetDlgItemInt (Results 1 – 20 of 20) sorted by relevance

/reactos/dll/cpl/console/
H A Dlayout.c602 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 Dcolors.c234 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 Doptions.c331 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 Ddialog.c39 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 Ddialogs.cpp277 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 Dprintdlg.c616 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 Dvirtmem.c522 MinSize = GetDlgItemInt(pVirtMem->hSelf, in OnSet()
536 MaxSize = GetDlgItemInt(pVirtMem->hSelf, in OnSet()
/reactos/dll/cpl/desk/
H A Dadvappdlg.c268 …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 Dscreensaver.c637 Time = GetDlgItemInt(hwndDlg, in SetScreenSaver()
/reactos/dll/win32/shell32/dialogs/
H A Drecycler_prop.cpp385 uResult = GetDlgItemInt(hwndDlg, 14002, &bSuccess, FALSE); in RecycleBinDlg()
/reactos/win32ss/printing/monitors/localmon/ui/
H A Dlocalui.c378 res = GetDlgItemInt(hwnd, LPTCONFIG_EDIT, (BOOL *) &status, FALSE); in dlgproc_lptconfig()
/reactos/dll/cpl/main/
H A Dmouse.c1762 … 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 Ddialog.c864 UINT iLine = GetDlgItemInt(hwndDialog, ID_LINENUMBER, NULL, FALSE); in DIALOG_GoTo_DialogProc()
/reactos/sdk/lib/atl/
H A Datlwin.h611 UINT GetDlgItemInt(
617 return ::GetDlgItemInt(m_hWnd, nID, lpTrans, bSigned);
/reactos/win32ss/user/user32/
H A Duser32.spec281 @ stdcall GetDlgItemInt(long long ptr long)
/reactos/dll/win32/netcfgx/
H A Dtcpipconf_notify.c194 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 Deventvwr.c4102 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 Dapi.c1390 dwInterleave = GetDlgItemInt(hWnd, IDC_INTERLEAVEEVERY, NULL, 0); in AVISaveOptionsDlgProc()
/reactos/win32ss/user/user32/windows/
H A Ddialog.c2207 GetDlgItemInt( in GetDlgItemInt() function
/reactos/sdk/include/psdk/
H A Dwinuser.h4615 UINT WINAPI GetDlgItemInt(_In_ HWND, _In_ int, _Out_opt_ PBOOL, _In_ BOOL);