Searched refs:UINT_PTR (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext.h | 49 # undef UINT_PTR 50 # define UINT_PTR UINT macro 159 STDMETHODIMP GetCommandString(UINT_PTR idCmd,
|
| H A D | gvimext.cpp | 812 STDMETHODIMP CShellExt::GetCommandString(UINT_PTR /* idCmd */, in GetCommandString() argument
|
| /vim-8.2.3635/src/ |
| H A D | if_ole.cpp | 36 # undef UINT_PTR 37 # define UINT_PTR UINT macro 113 STDMETHOD(GetHwnd)(UINT_PTR *result); 295 CVim::GetHwnd(UINT_PTR *result) in GetHwnd() 297 *result = (UINT_PTR)s_hwnd; in GetHwnd()
|
| H A D | if_ole.h | 83 /* [retval][out] */ UINT_PTR __RPC_FAR *result) = 0; 147 /* [retval][out] */ UINT_PTR __RPC_FAR *result); 240 /* [retval][out] */ UINT_PTR __RPC_FAR *result);
|
| H A D | if_ole.idl | 23 HRESULT GetHwnd([out, retval]UINT_PTR* result);
|
| H A D | gui_w32.c | 286 typedef int UINT_PTR; typedef 4007 # undef UINT_PTR 4008 # define UINT_PTR UINT macro 4012 static UINT_PTR BevalTimerId = 0; 4045 UINT_PTR uId; 4067 UINT_PTR uId; 4495 ti.uId = (UINT_PTR)s_hwnd; in show_sizing_tip() 8587 UINT_PTR idEvent UNUSED, in BevalTimerProc()
|
| H A D | if_mzsch.c | 807 static void CALLBACK timer_proc(HWND, UINT, UINT_PTR, DWORD); 844 timer_proc(HWND hwnd UNUSED, UINT uMsg UNUSED, UINT_PTR idEvent UNUSED, DWORD dwTime UNUSED) in timer_proc()
|
| H A D | os_mswin.c | 1143 static UINT_PTR CALLBACK
|
| H A D | os_win32.c | 616 + (UINT_PTR)(pINT->u1.AddressOfData)); in get_imported_func_info()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 6487 Solution: Add [ and ] to entry of class name. Use UINT_PTR instead of UINT. 10069 Fix definition of UINT_PTR for 64 bit systems.
|