Searched defs:SendMessage (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.h209 INLINE LRESULT SendMessage(UINT msg, WPARAM wParam=0, LPARAM lParam=0) { function in class:AwtToolkit
211 return ::SendMessage(GetHWnd(), msg, wParam, lParam);
253 return (void *)SendMessage(WM_AWT_INVOKE_VOID_METHOD, (WPARAM)ftn, 0);
259 return (void *)SendMessage(WM_AWT_INVOKE_METHOD, (WPARAM)ftn,
285 SendMessage(WM_AWT_WAIT_FOR_SINGLE_OBJECT, 0, (LPARAM)handle);
H A Dawt_Component.h294 INLINE LRESULT SendMessage(UINT msg, WPARAM wParam=0, LPARAM lParam=0) { function in class:AwtComponent
296 return ::SendMessage(GetHWnd(), msg, wParam, lParam);
692 LRESULT res = ::SendMessage(targetHWnd, WM_SETFOCUS, (WPARAM)oppositeHWnd, 0);
699 LRESULT res = ::SendMessage(targetHWnd, WM_KILLFOCUS, (WPARAM)oppositeHWnd, 0);

Completed in 1449 milliseconds