Searched defs:lParam (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | filedialogimpl-win32.cpp | 553 HWND hdlg, UINT uiMsg, WPARAM, LPARAM lParam) 566 OPENFILENAMEW *ofn = reinterpret_cast<OPENFILENAMEW*>(lParam); 638 OFNOTIFY *pOFNotify = reinterpret_cast<OFNOTIFY*>(lParam); 680 LRESULT CALLBACK FileOpenDialogImplWin32::file_dialog_subclass_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument 685 LRESULT lResult = CallWindowProc(pImpl->_base_window_proc, hwnd, uMsg, wParam, lParam); 711 LRESULT CALLBACK FileOpenDialogImplWin32::preview_wnd_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument 840 lResult = DefWindowProc(hwnd, uMsg, wParam, lParam); 1917 HWND hdlg, UINT uiMsg, WPARAM, LPARAM lParam) 1954 OPENFILENAMEW *ofn = reinterpret_cast<OPENFILENAMEW*>(lParam); 552 GetOpenFileName_hookproc( HWND hdlg, UINT uiMsg, WPARAM, LPARAM lParam) argument 1916 GetSaveFileName_hookproc( HWND hdlg, UINT uiMsg, WPARAM, LPARAM lParam) argument
|
Completed in 28 milliseconds