Home
last modified time | relevance | path

Searched refs:UINT_PTR (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/GvimExt/
H A Dgvimext.h49 # undef UINT_PTR
50 # define UINT_PTR UINT macro
159 STDMETHODIMP GetCommandString(UINT_PTR idCmd,
H A Dgvimext.cpp812 STDMETHODIMP CShellExt::GetCommandString(UINT_PTR /* idCmd */, in GetCommandString() argument
/vim-8.2.3635/src/
H A Dif_ole.cpp36 # 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 Dif_ole.h83 /* [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 Dif_ole.idl23 HRESULT GetHwnd([out, retval]UINT_PTR* result);
H A Dgui_w32.c286 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 Dif_mzsch.c807 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 Dos_mswin.c1143 static UINT_PTR CALLBACK
H A Dos_win32.c616 + (UINT_PTR)(pINT->u1.AddressOfData)); in get_imported_func_info()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6487 Solution: Add [ and ] to entry of class name. Use UINT_PTR instead of UINT.
10069 Fix definition of UINT_PTR for 64 bit systems.