Home
last modified time | relevance | path

Searched refs:iCtrlId (Results 1 – 8 of 8) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dmessagebox.c323 INT_PTR iCtrlId = LOWORD(wParam); in MessageBoxProc() local
325 switch (iCtrlId) in MessageBoxProc()
336 if (iCtrlId == IDCANCEL) in MessageBoxProc()
346 iCtrlId = mbd->uCancelId; in MessageBoxProc()
348 if (!GetDlgItem(hwnd, iCtrlId)) in MessageBoxProc()
359 EndDialog(hwnd, iCtrlId); in MessageBoxProc()
371 hi.iCtrlId = iCtrlId; in MessageBoxProc()
390 if (iCtrlId == mbd->pidButton[i]) in MessageBoxProc()
392 EndDialog(hwnd, iCtrlId); in MessageBoxProc()
/reactos/modules/rosapps/lib/vfdlib/
H A Dvfdshprop.cpp177 ShowHelpWindow(hDlg, info->iCtrlId); in VfdPageDlgProc()
H A Dvfdguiopen.c155 ShowHelpWindow(hDlg, info->iCtrlId); in OpenDialogProc()
H A Dvfdguisave.c180 ShowHelpWindow(hDlg, info->iCtrlId); in SaveDialogProc()
/reactos/modules/rostests/winetests/user32/
H A Dgenerated.c746 TEST_FIELD_SIZE (HELPINFO, iCtrlId, 4) in test_pack_HELPINFO()
747 TEST_FIELD_ALIGN (HELPINFO, iCtrlId, 4) in test_pack_HELPINFO()
748 TEST_FIELD_OFFSET(HELPINFO, iCtrlId, 8) in test_pack_HELPINFO()
4250 TEST_FIELD_SIZE (HELPINFO, iCtrlId, 4) in test_pack_HELPINFO()
4251 TEST_FIELD_ALIGN (HELPINFO, iCtrlId, 4) in test_pack_HELPINFO()
4252 TEST_FIELD_OFFSET(HELPINFO, iCtrlId, 8) in test_pack_HELPINFO()
/reactos/win32ss/user/ntuser/
H A Ddefwnd.c657 …hi.iCtrlId = (Wnd->style & (WS_POPUP|WS_CHILD)) == WS_CHILD ? IntMenuItemFromPoint(Wnd, hMenu, hi.… in IntDefWindowProc()
H A Dmenu.c4290 hi.iCtrlId = 0; in MENU_TrackMenu()
4292 hi.iCtrlId = pmenu->rgItems[mt.CurrentMenu->iItem].wID; in MENU_TrackMenu()
/reactos/sdk/include/psdk/
H A Dwinuser.h3317 int iCtrlId; member