Searched refs:HWND (Results 1 - 25 of 215) sorted by relevance

123456789

/macosx-10.10/iodbc-42.5/iodbc/iodbcadm/
H A Diodbcadm.h89 SQLRETURN SQL_API iodbcdm_drvconn_dialbox (HWND hwnd, LPSTR szInOutConnStr,
92 SQLRETURN SQL_API iodbcdm_drvconn_dialboxw (HWND hwnd, LPWSTR szInOutConnStr,
96 SQLRETURN SQL_API _iodbcdm_drvchoose_dialbox (HWND hwnd, LPSTR szInOutDrvStr,
98 SQLRETURN SQL_API _iodbcdm_drvchoose_dialboxw (HWND hwnd, LPWSTR szInOutConnStr,
101 SQLRETURN SQL_API _iodbcdm_trschoose_dialbox (HWND hwnd, LPSTR szInOutDrvStr,
103 SQLRETURN SQL_API _iodbcdm_trschoose_dialboxw (HWND hwnd, LPWSTR szInOutDrvStr,
106 void SQL_API _iodbcdm_errorbox (HWND hwnd, LPCSTR szDSN, LPCSTR szText);
107 void SQL_API _iodbcdm_errorboxw (HWND hwnd, LPCWSTR szDSN, LPCWSTR szText);
108 void SQL_API _iodbcdm_messagebox (HWND hwnd, LPCSTR szDSN, LPCSTR szText);
109 void SQL_API _iodbcdm_messageboxw (HWND hwn
[all...]
H A Dgui.h95 BOOL create_confirm (HWND hwnd, LPCSTR dsn, LPCSTR text);
96 BOOL create_confirmw (HWND hwnd, LPCWSTR dsn, LPCWSTR text);
99 void create_login (HWND hwnd, LPCSTR username, LPCSTR password, LPCSTR dsn,
103 void create_dsnchooser (HWND hwnd, TDSNCHOOSER * choose_t);
104 void create_driverchooser (HWND hwnd, TDRIVERCHOOSER * choose_t);
105 void create_fdriverchooser (HWND hwnd, TFDRIVERCHOOSER * choose_t);
106 void create_translatorchooser (HWND hwnd, TTRANSLATORCHOOSER * choose_t);
107 void create_administrator (HWND hwnd);
108 void create_error (HWND hwnd, LPCSTR dsn, LPCSTR text, LPCSTR errmsg);
109 void create_errorw (HWND hwn
[all...]
H A Derror.c83 HWND hwnd,
116 HWND hwnd,
129 HWND hwnd,
142 HWND hwnd,
152 HWND hwnd,
162 HWND hwnd,
172 HWND hwnd,
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.h45 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
55 void createWindow(HWND ownerWindow);
57 HWND hwnd() const { return m_hwnd; }
65 static LRESULT __stdcall staticWndProc(HWND, UINT message, WPARAM, LPARAM);
66 LRESULT wndProc(HWND, UINT message, WPARAM, LPARAM);
73 HWND m_hwnd;
H A DFullScreenControllerClient.h35 virtual HWND fullScreenClientWindow() const = 0;
36 virtual HWND fullScreenClientParentWindow() const = 0;
37 virtual void fullScreenClientSetParentWindow(HWND) = 0;
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebNodeHighlight.h48 void placeBehindWindow(HWND);
56 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
65 HWND m_inspectedWebViewWindow;
66 HWND m_overlay;
67 HWND m_observedWindow;
70 friend static LRESULT CALLBACK OverlayWndProc(HWND, UINT, WPARAM, LPARAM);
H A DAccessibleImage.h34 AccessibleImage(WebCore::AccessibilityObject*, HWND);
H A DAccessibleDocument.h33 AccessibleDocument(WebCore::Document*, HWND);
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DWindowMessageBroadcaster.h43 static void addListener(HWND, WindowMessageListener*);
44 static void removeListener(HWND, WindowMessageListener*);
49 static LRESULT CALLBACK SubclassedWndProc(HWND, UINT, WPARAM, LPARAM);
51 WindowMessageBroadcaster(HWND);
63 HWND m_subclassedWindow;
H A DHWndDC.h43 explicit HWndDC(HWND hwnd)
49 HWndDC(HWND hwnd, HRGN hrgnClip, DWORD flags)
60 HDC setHWnd(HWND hwnd)
83 HWND m_hwnd;
H A DWindowMessageListener.h38 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
H A DWindowMessageBroadcaster.cpp36 typedef HashMap<HWND, WindowMessageBroadcaster*> InstanceMap;
44 void WindowMessageBroadcaster::addListener(HWND hwnd, WindowMessageListener* listener)
55 void WindowMessageBroadcaster::removeListener(HWND hwnd, WindowMessageListener* listener)
64 WindowMessageBroadcaster::WindowMessageBroadcaster(HWND hwnd)
108 LRESULT CALLBACK WindowMessageBroadcaster::SubclassedWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
/macosx-10.10/iodbc-42.5/iodbc/drvproxy/
H A Dgui.h97 LPSTR create_gensetup (HWND hwnd, LPCSTR dsn, LPCSTR attrs, BOOL add);
98 void create_login (HWND hwnd, LPCSTR username, LPCSTR password, LPCSTR dsn, TLOGIN *log_t);
99 BOOL create_confirm (HWND hwnd, LPCSTR dsn, LPCSTR text);
/macosx-10.10/vim-55/src/
H A Dglbl_ime.h16 void global_ime_init(ATOM, HWND);
18 LRESULT WINAPI global_ime_DefWindowProc(HWND, UINT, WPARAM, LPARAM);
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorClient.h89 HWND m_inspectedWebViewHandle;
90 HWND m_frontendHandle;
97 WebInspectorFrontendClient(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPtr<WebView>& frotnendWebView, HWND frontendWebViewHwnd, WebInspectorClient*, std::unique_ptr<Settings>);
129 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
134 HWND m_inspectedWebViewHwnd;
135 HWND m_frontendHwnd;
138 HWND m_frontendWebViewHwnd;
145 static friend LRESULT CALLBACK WebInspectorWndProc(HWND, UIN
[all...]
/macosx-10.10/WebKit-7600.1.25/wince/
H A DWebView.h53 WebView(HWND hwnd, unsigned features = EnableDoubleBuffering);
59 HWND windowHandle() const { return m_windowHandle; }
81 static LRESULT CALLBACK webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
82 LRESULT wndProc(HWND, UINT, WPARAM, LPARAM);
84 bool handlePaint(HWND hWnd);
85 bool handleMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
86 bool handleMouseWheel(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal);
95 HWND m_parentWindowHandle;
96 HWND m_windowHandle;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/visupng/
H A DPngFile.h16 void PngFileInitialize (HWND hwnd) ;
17 BOOL PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) ;
18 BOOL PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) ;
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddlldef.h79 _org_WSAAsyncGetHostByName(HWND hWnd, u_int wMsg, const char FAR * name,
82 _org_WSAAsyncGetHostByAddr(HWND hWnd, u_int wMsg, const char FAR * addr,
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebEmbeddedView.idl40 HRESULT createViewWindow([in] HWND parentWindow, [in] LPSIZE pluginSize, [out, retval] HWND* window);
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinInt.h67 HWND handle;
159 EXTERN LRESULT CALLBACK TkWinChildProc _ANSI_ARGS_((HWND hwnd, UINT message,
190 LRESULT (WINAPI *callWindowProc)(WNDPROC lpPrevWndFunc, HWND hWnd,
192 LRESULT (WINAPI *defWindowProc)(HWND hWnd, UINT Msg, WPARAM wParam,
195 BOOL (WINAPI *setWindowText)(HWND hWnd, LPCTSTR lpString);
196 HWND (WINAPI *createWindowEx)(DWORD dwExStyle, LPCTSTR lpClassName,
198 int nWidth, int nHeight, HWND hWndParent, HMENU hMenu,
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkPlatDecls.h38 EXTERN Window Tk_AttachHWND(Tk_Window tkwin, HWND hwnd);
48 EXTERN HWND Tk_GetHWND(Window window);
53 EXTERN Tk_Window Tk_HWNDToWindow(HWND hwnd);
58 EXTERN void Tk_PointerEvent(HWND hwnd, int x, int y);
63 EXTERN int Tk_TranslateWinEvent(HWND hwnd, UINT message,
137 Window (*tk_AttachHWND) (Tk_Window tkwin, HWND hwnd); /* 0 */
139 HWND (*tk_GetHWND) (Window window); /* 2 */
140 Tk_Window (*tk_HWNDToWindow) (HWND hwnd); /* 3 */
141 void (*tk_PointerEvent) (HWND hwnd, int x, int y); /* 4 */
142 int (*tk_TranslateWinEvent) (HWND hwn
[all...]
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinInt.h68 HWND handle;
181 EXTERN HWND Tk_GetMenuHWND(Tk_Window tkwin);
182 EXTERN HWND Tk_GetEmbeddedMenuHWND(Tk_Window tkwin);
196 LRESULT (WINAPI *callWindowProc)(WNDPROC lpPrevWndFunc, HWND hWnd,
198 LRESULT (WINAPI *defWindowProc)(HWND hWnd, UINT Msg, WPARAM wParam,
201 BOOL (WINAPI *setWindowText)(HWND hWnd, LPCTSTR lpString);
202 HWND (WINAPI *createWindowEx)(DWORD dwExStyle, LPCTSTR lpClassName,
204 int nWidth, int nHeight, HWND hWndParent, HMENU hMenu,
208 int (WINAPI *getWindowText)(HWND hWnd, LPCTSTR lpString, int nMaxCount);
H A DttkWinMonitor.c15 static LRESULT WINAPI WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
74 static HWND
78 HWND hwnd = NULL;
109 HWND hwnd = (HWND)clientData;
115 WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp)
150 MODULE_SCOPE int TtkWinTheme_Init(Tcl_Interp *, HWND hwnd);
151 MODULE_SCOPE int TtkXPTheme_Init(Tcl_Interp *, HWND hwnd);
155 HWND hwnd;
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dpasswd_dlg.c50 pwd_dialog_proc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
74 HWND wnd = GetActiveWindow();
/macosx-10.10/WTF-7600.1.24/wtf/win/
H A DMainThreadWin.cpp39 static HWND threadingWindowHandle;
43 LRESULT CALLBACK ThreadingWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)

Completed in 282 milliseconds

123456789