Home
last modified time | relevance | path

Searched defs:lParam (Results 1 – 25 of 136) sorted by relevance

123456

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwindowsx.h70 #define DefDlgProcEx(hwnd,msg,wParam,lParam,pfRecursion) (*(pfRecursion) = TRUE,DefDlgProc(hwnd,msg… argument
73 #define HANDLE_WM_COMPACTING(hwnd,wParam,lParam,fn) ((fn)((hwnd),(UINT)(wParam)),(LRESULT)0) argument
75 #define HANDLE_WM_WININICHANGE(hwnd,wParam,lParam,fn) ((fn)((hwnd),(LPCTSTR)(lParam)),(LRESULT)0) argument
77 #define HANDLE_WM_SYSCOLORCHANGE(hwnd,wParam,lParam,fn) ((fn)(hwnd),(LRESULT)0) argument
79 #define HANDLE_WM_QUERYNEWPALETTE(hwnd,wParam,lParam,fn) MAKELRESULT((WINBOOL)(fn)(hwnd),(LRESULT)0) argument
81 #define HANDLE_WM_PALETTEISCHANGING(hwnd,wParam,lParam,fn) ((fn)((hwnd),(HWND)(wParam)),(LRESULT)0) argument
83 #define HANDLE_WM_PALETTECHANGED(hwnd,wParam,lParam,fn) ((fn)((hwnd),(HWND)(wParam)),(LRESULT)0) argument
85 #define HANDLE_WM_FONTCHANGE(hwnd,wParam,lParam,fn) ((fn)(hwnd),(LRESULT)0) argument
87 #define HANDLE_WM_SPOOLERSTATUS(hwnd,wParam,lParam,fn) ((fn)((hwnd),(UINT)(wParam),(int)(short)LOWO… argument
89 #define HANDLE_WM_DEVMODECHANGE(hwnd,wParam,lParam,fn) ((fn)((hwnd),(LPCTSTR)(lParam)),(LRESULT)0) argument
[all …]
Dwinsock.h347 #define WSAGETASYNCBUFLEN(lParam) LOWORD(lParam) argument
348 #define WSAGETASYNCERROR(lParam) HIWORD(lParam) argument
349 #define WSAGETSELECTEVENT(lParam) LOWORD(lParam) argument
350 #define WSAGETSELECTERROR(lParam) HIWORD(lParam) argument
Dcommctrl.h113 #define HANDLE_WM_NOTIFY(hwnd,wParam,lParam,fn) (fn)((hwnd),(int)(wParam),(NMHDR *)(lParam)) argument
539 LPARAM lParam; member
559 LPARAM lParam; member
810 LPARAM lParam; member
820 LPARAM lParam; member
1135 DWORD_PTR lParam; member
1148 DWORD_PTR lParam; member
1289 LPARAM lParam; member
1297 LPARAM lParam; member
1312 DWORD_PTR lParam; member
[all …]
Dshdeprecated.h786 #define IBrowserService2_WndProcBS(This,hwnd,uMsg,wParam,lParam) (This)->lpVtbl->WndProcBS(This,hwn… argument
791 #define IBrowserService2_OnCommand(This,wParam,lParam) (This)->lpVtbl->OnCommand(This,wParam,lParam) argument
821 #define IBrowserService2__SendChildren(This,hwndBar,fBroadcast,uMsg,wParam,lParam) (This)->lpVtbl->… argument
834 #define IBrowserService2_ForwardViewMsg(This,uMsg,wParam,lParam) (This)->lpVtbl->ForwardViewMsg(Thi… argument
1128 #define IBrowserService3_WndProcBS(This,hwnd,uMsg,wParam,lParam) (This)->lpVtbl->WndProcBS(This,hwn… argument
1133 #define IBrowserService3_OnCommand(This,wParam,lParam) (This)->lpVtbl->OnCommand(This,wParam,lParam) argument
1163 #define IBrowserService3__SendChildren(This,hwndBar,fBroadcast,uMsg,wParam,lParam) (This)->lpVtbl->… argument
1176 #define IBrowserService3_ForwardViewMsg(This,uMsg,wParam,lParam) (This)->lpVtbl->ForwardViewMsg(Thi… argument
Duserenv.h95 LPARAM lParam; member
111 LPARAM lParam; member
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanel.cpp120 LRESULT CPanel::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
161 LRESULT CMyListView::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
265 …ic LRESULT APIENTRY ComboBoxEditSubclassProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in ComboBoxEditSubclassProc()
276 LRESULT CMyComboBoxEdit::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
727 bool CPanel::OnCommand(unsigned code, unsigned itemID, LPARAM lParam, LRESULT &result) in OnCommand()
H A DBrowseDialog.cpp379 bool CBrowseDialog::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
390 bool CBrowseDialog::OnCommand(unsigned code, unsigned itemID, LPARAM lParam) in OnCommand()
H A DFoldersPage.cpp138 bool CFoldersPage::OnCommand(unsigned code, unsigned itemID, LPARAM lParam) in OnCommand()
H A DProgressDialog.cpp135 bool CProgressDialog::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DWindow2.cpp29 static LRESULT CALLBACK WindowProcedure(HWND aHWND, UINT message, WPARAM wParam, LPARAM lParam) in WindowProcedure()
123 LRESULT CWindow2::DefProc(UINT message, WPARAM wParam, LPARAM lParam) in DefProc()
133 LRESULT CWindow2::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
H A DDialog.cpp28 DialogProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam) in DialogProcedure()
50 bool CDialog::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
82 bool CDialog::OnCommand(unsigned code, unsigned itemID, LPARAM lParam) in OnCommand()
H A DPropertyPage.cpp25 APIENTRY MyProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam) in MyProperyPageProcedure()
39 bool CPropertyPage::OnNotify(UINT /* controlID */, LPNMHDR lParam) in OnNotify()
H A DListView.cpp107 static LRESULT APIENTRY ListViewSubclassProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in ListViewSubclassProc()
116 LRESULT CListView2::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
H A DDialog.h97 LRESULT SendMsg_NextDlgCtl(WPARAM wParam, LPARAM lParam) in SendMsg_NextDlgCtl()
110 LRESULT SendItemMessage(unsigned itemID, UINT message, WPARAM wParam, LPARAM lParam) in SendItemMessage()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dwin32_window.cc86 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage()
106 LPARAM lParam) { in WndProc()
H A Dwin32_window_unittest.cc26 LPARAM lParam, in OnMessage()
/aosp_15_r20/external/deqp/framework/platform/win32/
H A DtcuWin32Window.cpp31 static LRESULT CALLBACK windowProcCallback(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProcCallback()
147 LRESULT Window::windowProc(UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc()
/aosp_15_r20/external/skia/tools/sk_app/win/
H A DWindow_win.cpp160 static skui::ModifierKey get_modifiers(UINT message, WPARAM wParam, LPARAM lParam) { in get_modifiers()
207 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1106 WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WindowProc()
1188 IntroDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in IntroDlgProc()
1537 SelectPythonDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in SelectPythonDlgProc()
1839 InstallFilesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in InstallFilesDlgProc()
1994 FinishedDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in FinishedDlgProc()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.c216 stw_call_window_proc(int nCode, WPARAM wParam, LPARAM lParam) in stw_call_window_proc()
273 WPARAM wParam, LPARAM lParam) in stw_call_window_proc_xbox()
/aosp_15_r20/external/libpng/contrib/visupng/
H A DVisualPng.c148 LPARAM lParam) in WndProc()
432 WPARAM wParam, LPARAM lParam) in AboutDlgProc()
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A Dmain.cpp22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_funcptr.py48 def wndproc(hwnd, msg, wParam, lParam): argument
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_funcptr.py48 def wndproc(hwnd, msg, wParam, lParam): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_funcptr.py48 def wndproc(hwnd, msg, wParam, lParam): argument

123456