Home
last modified time | relevance | path

Searched defs:wParam (Results 1 – 25 of 68) sorted by relevance

123

/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 …]
Dshdeprecated.h786 #define IBrowserService2_WndProcBS(This,hwnd,uMsg,wParam,lParam) (This)->lpVtbl->WndProcBS(This,hwn… argument
789 #define IBrowserService2_OnSize(This,wParam) (This)->lpVtbl->OnSize(This,wParam) 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
1131 #define IBrowserService3_OnSize(This,wParam) (This)->lpVtbl->OnSize(This,wParam) 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
Dwinuser.h614 WPARAM wParam; member
622 WPARAM wParam; member
656 WPARAM wParam; member
681 WPARAM wParam; member
917 WPARAM wParam; member
1218 #define GET_WHEEL_DELTA_WPARAM(wParam) ((short)HIWORD(wParam)) argument
1222 #define GET_KEYSTATE_WPARAM(wParam) (LOWORD(wParam)) argument
1223 #define GET_NCHITTEST_WPARAM(wParam) ((short)LOWORD(wParam)) argument
1224 #define GET_XBUTTON_WPARAM(wParam) (HIWORD(wParam)) argument
2069 #define PostAppMessageA(idThread, wMsg, wParam, lParam) PostThreadMessageA ((DWORD)idThread, wMsg, … argument
[all …]
/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 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()
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()
H A DPropertyPage.cpp25 APIENTRY MyProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam) in MyProperyPageProcedure()
/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 static LRESULT APIENTRY ComboBoxEditSubclassProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa… in ComboBoxEditSubclassProc()
276 LRESULT CMyComboBoxEdit::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
H A DProgressDialog.cpp135 bool CProgressDialog::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dwin32_window.cc86 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage()
105 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, in WndProc()
H A Dwin32_window_unittest.cc25 WPARAM wParam, 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.c147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, 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
/aosp_15_r20/hardware/google/gfxstream/host/
DNativeSubWindow_win32.cpp24 static LRESULT CALLBACK subWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in subWindowProc()
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ControlPanel/
H A DConfigPropertySheet.cpp95 CConfigPropertySheet::OnCommand(WPARAM wParam, LPARAM lParam) in OnCommand()
/aosp_15_r20/external/cronet/third_party/icu/source/samples/layout/
H A Dlayout.cpp123 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
H A Dclayout.c125 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()

123