Searched refs:LPARAM (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_mswin.c | 97 typedef int LPARAM; typedef 1062 LPARAM lParam UNUSED) in PrintDlgProc() 1148 LPARAM lParam // message parameter in PrintHookProc() 1946 (LPARAM)(&data)); in serverSendEnc() 2203 enumWindowsGetNames(HWND hwnd, LPARAM lparam) in enumWindowsGetNames() 2221 LPARAM lParam; 2225 enum_windows_child(HWND hwnd, LPARAM lParam) in enum_windows_child() 2357 (LPARAM)(&data))) in serverSendReply() 2410 (LPARAM)(&data)) == 0) in serverSendToVim() 2764 LPARAM lparam) in font_enumproc() [all …]
|
| H A D | gui_w32.c | 258 typedef int LPARAM; typedef 1215 LPARAM lParam) in _TextAreaWndProc() 2414 (LPARAM)0); in gui_mch_show_toolbar() 4049 LPARAM lParam; 4059 LPARAM lParam; 4113 LPARAM lParam; 4123 LPARAM lParam; 4566 LPARAM lParam) in _WndProc() 7490 LPARAM lParam) in tearoff_callback() 7989 LPARAM lParam) in toolbar_wndproc() [all …]
|
| 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 | 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 | if_ole.cpp | 360 PostMessage(NULL, WM_OLE, 0, (LPARAM)str); in SendKeys()
|
| 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()
|
| H A D | dosinst.c | 442 window_cb(HWND hwnd, LPARAM lparam) in window_cb()
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext.h | 123 static BOOL CALLBACK EnumWindowsProc(HWND hWnd, LPARAM lParam);
|
| H A D | gvimext.cpp | 612 EnumWindows(EnumWindowsProc, (LPARAM)this); in QueryContextMenu() 824 BOOL CALLBACK CShellExt::EnumWindowsProc(HWND hWnd, LPARAM lParam) in EnumWindowsProc()
|