Searched refs:WPARAM (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | dimm.idl | 348 … HRESULT IsUIMessageA([in] HWND hWndIME, [in] UINT msg, [in] WPARAM wParam, [in] LPARAM lParam); 349 … HRESULT IsUIMessageW([in] HWND hWndIME, [in] UINT msg, [in] WPARAM wParam, [in] LPARAM lParam); 370 …HRESULT OnDefWindowProc([in] HWND hWnd, [in] UINT Msg, [in] WPARAM wParam, [in] LPARAM lParam, [ou… 431 … HRESULT IsUIMessageA([in] HWND hWndIME, [in] UINT msg, [in] WPARAM wParam, [in] LPARAM lParam); 432 … HRESULT IsUIMessageW([in] HWND hWndIME, [in] UINT msg, [in] WPARAM wParam, [in] LPARAM lParam); 488 …HRESULT RequestMessageA([in] HIMC hIMC, [in] WPARAM wParam, [in] LPARAM lParam, [out] LRESULT *plR… 489 …HRESULT RequestMessageW([in] HIMC hIMC, [in] WPARAM wParam, [in] LPARAM lParam, [out] LRESULT *plR… 491 …HRESULT SendIMCA([in] HWND hWnd, [in] UINT uMsg, [in] WPARAM wParam, [in] LPARAM lParam, [out] LRE… 492 …HRESULT SendIMCW([in] HWND hWnd, [in] UINT uMsg, [in] WPARAM wParam, [in] LPARAM lParam, [out] LRE…
|
| H A D | gui_w32.c | 276 typedef int WPARAM; typedef 339 static WPARAM s_wParam = 0; 1214 WPARAM wParam, in _TextAreaWndProc() 2634 PostMessage(s_hwnd, WM_CHAR, (WPARAM)*keys, (LPARAM)0); in ex_simalt() 4565 WPARAM wParam, in _WndProc() 6640 (WPARAM)menu->id, 0); in gui_mch_destroy_menu() 6777 WPARAM wParam, in dialog_callback() 7489 WPARAM wParam, in tearoff_callback() 7988 WPARAM wParam, in toolbar_wndproc() 8050 (WPARAM)1, (LPARAM)&tbAddBitmap); in get_toolbar_bitmap() [all …]
|
| H A D | os_mswin.c | 121 typedef int WPARAM; typedef 1061 WPARAM wParam UNUSED, in PrintDlgProc() 1087 SendDlgItemMessage(hDlg, i, WM_SETFONT, (WPARAM)hfont, 1); in PrintDlgProc() 1092 WM_SETFONT, (WPARAM)hfont, 1); in PrintDlgProc() 1147 WPARAM wParam UNUSED, // message parameter in PrintHookProc() 1945 (void)SendMessage(target, WM_COPYDATA, (WPARAM)message_window, in serverSendEnc() 1975 Messaging_WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in Messaging_WndProc() 2059 (WPARAM)message_window, (LPARAM)(&reply)); in Messaging_WndProc() 2356 if (SendMessage(target, WM_COPYDATA, (WPARAM)message_window, in serverSendReply() 2409 if (SendMessage(target, WM_COPYDATA, (WPARAM)message_window, in serverSendToVim()
|
| H A D | glbl_ime.h | 18 LRESULT WINAPI global_ime_DefWindowProc(HWND, UINT, WPARAM, LPARAM);
|
| H A D | glbl_ime.cpp | 130 global_ime_DefWindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) in global_ime_DefWindowProc()
|
| H A D | sound.c | 300 sound_wndproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in sound_wndproc()
|
| H A D | os_win32.c | 2720 (WPARAM)ICON_SMALL, (LPARAM)0); in GetConsoleIcon() 2723 (WPARAM)ICON_BIG, (LPARAM)0); in GetConsoleIcon() 2746 (WPARAM)ICON_SMALL, (LPARAM)hIconSmall); in SetConsoleIcon() 2749 (WPARAM)ICON_BIG, (LPARAM) hIcon); in SetConsoleIcon()
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext.cpp | 807 PostMessage(hWnd, WM_DROPFILES, (WPARAM)medium.hGlobal, 0); in PushToWindow()
|