Searched refs:UINT_PTR (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/vim-55/src/GvimExt/
H A Dgvimext.h48 # undef UINT_PTR macro
49 # define UINT_PTR UINT macro
161 STDMETHODIMP GetCommandString(UINT_PTR idCmd,
H A Dgvimext.cpp756 STDMETHODIMP CShellExt::GetCommandString(UINT_PTR /* idCmd */,
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerBar.h95 STDMETHOD( GetCommandString ) ( UINT_PTR idCmd, UINT uType, UINT* pwReserved, LPSTR pszName, UINT cchMax );
H A DExplorerBar.cpp572 STDMETHODIMP ExplorerBar::GetCommandString(UINT_PTR idCmd, UINT uType, UINT* pwReserved, LPSTR pszName, UINT cchMax)
/macosx-10.10.1/vim-55/src/
H A Dif_ole.h82 /* [retval][out] */ UINT_PTR __RPC_FAR *result) = 0;
146 /* [retval][out] */ UINT_PTR __RPC_FAR *result);
239 /* [retval][out] */ UINT_PTR __RPC_FAR *result);
H A Dif_ole.cpp39 * UINT_PTR as unsigned long */
40 # undef UINT_PTR macro
41 # define UINT_PTR UINT macro
117 STDMETHOD(GetHwnd)(UINT_PTR *result);
299 CVim::GetHwnd(UINT_PTR *result)
301 *result = (UINT_PTR)s_hwnd;
H A Dgui_w32.c188 * UINT_PTR as unsigned long. */
189 # undef UINT_PTR macro
190 # define UINT_PTR UINT macro
195 static VOID CALLBACK BevalTimerProc __ARGS((HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime));
198 static UINT_PTR BevalTimerId = 0;
223 UINT_PTR uId;
4579 UINT_PTR idEvent;
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWin32Dll.c570 || ((UINT_PTR)&tsdPtr < (UINT_PTR)tsdPtr->stackBound)) {
590 (int*) ((UINT_PTR)(&tsdPtr)
591 & ~ (UINT_PTR)(si.dwPageSize - 1));
603 (int*) ((UINT_PTR)(mbi.AllocationBase)
604 + (UINT_PTR)(si.dwPageSize)
/macosx-10.10.1/swig-12/Lib/
H A Dwindows.i101 typedef __w64 unsigned int UINT_PTR, *PUINT_PTR;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32term.h762 IN UINT_PTR,
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebView.cpp2835 info.uId = reinterpret_cast<UINT_PTR>(m_viewWindow);
2857 info.uId = reinterpret_cast<UINT_PTR>(m_viewWindow);
4255 static void CALLBACK preflightSpellCheckerTimerCallback(HWND, UINT, UINT_PTR id, DWORD)

Completed in 172 milliseconds