HomeSort by: relevance | last modified time | path
    Searched defs:dlgcode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/menu/
rootwindow.cpp 307 LRESULT dlgcode = 0; local in function:RootWindow::focusManagerHook
326 dlgcode = SendMessage(last, WM_GETDLGCODE, NULL, (LPARAM)&msg);
332 if (dlgcode & DLGC_WANTALLKEYS)
338 if (dlgcode & DLGC_WANTARROWS)
345 if (dlgcode & DLGC_WANTARROWS)
351 if (dlgcode & DLGC_WANTTAB)
rootwindow.cpp 307 LRESULT dlgcode = 0; local in function:RootWindow::focusManagerHook
326 dlgcode = SendMessage(last, WM_GETDLGCODE, NULL, (LPARAM)&msg);
332 if (dlgcode & DLGC_WANTALLKEYS)
338 if (dlgcode & DLGC_WANTARROWS)
345 if (dlgcode & DLGC_WANTARROWS)
351 if (dlgcode & DLGC_WANTTAB)

Completed in 46 milliseconds