Home
last modified time | relevance | path

Searched refs:WND (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/textproc/goldendict/goldendict-73ec1b5/mouseover_win32/
H A DGetWord.c6 TKnownWndClass GetWindowType(HWND WND, const char* WNDClass) in GetWindowType() argument
35 if ((GetWindowLong(WND, GWL_STYLE) & ES_MULTILINE) == 0) in GetWindowType()
39 HWND hConsole = (HWND)(DWORD_PTR)GetWindowLongPtr(WND, 0); in GetWindowType()
62 return ExtractFromEverything(WND, Pt, BeginPos); in ExtractWordFromRichEditPos()
72 return ExtractFromEverything(WND, Pt, BeginPos); in ExtractWordFromIE()
76 HWND WND; member
143 TP->WND = WND; in GetWordFromConsole()
145 ScreenToClient(WND, &(TP->Pt)); in GetWordFromConsole()
146 GetClientRect(WND, &(TP->ClientRect)); in GetWordFromConsole()
149 GetWindowThreadProcessId(WND, &pid); in GetWordFromConsole()
[all …]
H A DTextOutHook.c153 ScreenToClient(TP->WND, &(TP->Pt)); in GetWordTextOutHook()
163 SetWindowText(TP->WND, ""); in GetWordTextOutHook()
177 SetWindowText(TP->WND, buffer); in GetWordTextOutHook()
180 menu = GetMenu(TP->WND); in GetWordTextOutHook()
182 ClientToScreen(TP->WND, &(TP->Pt)); in GetWordTextOutHook()
188 GetClientRect(TP->WND, &UpdateRect); in GetWordTextOutHook()
191 if(!GetUpdateRect(TP->WND, NULL, FALSE)) { in GetWordTextOutHook()
193 InvalidateRect(TP->WND, &UpdateRect, FALSE); in GetWordTextOutHook()
194 UpdateWindow(TP->WND); in GetWordTextOutHook()
207 CParams.WND = WND; in ExtractFromEverything()
[all …]
H A DTextOutSpy.c98 GlobalData->CurMod.WND = GlobalData->LastWND; in SendWordToServer()
191 HWND WND; in HookProc() local
194 WND = GetWindowFromPoint( *ppt ); in HookProc()
195 if(WND == NULL) return; in HookProc()
197 if ( !GetClassName(WND, wClassName, sizeof(wClassName) / sizeof(TCHAR)) ) in HookProc()
200 GetWindowThreadProcessId( WND, &winProcessID ); in HookProc()
224 …if(GlobalData->LastPt.x != ppt->x || GlobalData->LastPt.y != ppt->y || GlobalData->LastWND != WND in HookProc()
226 GlobalData->LastWND = WND; in HookProc()
H A DGetWord.h16 TKnownWndClass GetWindowType(HWND WND, const char* WNDClass);
17 char* TryGetWordFromAnyWindow(TKnownWndClass WndType, HWND WND, POINT Pt, DWORD *BeginPos);
H A DTextOutHook.h13 HWND WND; member
23 char* ExtractFromEverything(HWND WND, POINT Pt, DWORD *BeginPos);
H A DThTypes.h19 HWND WND; member
44 DWORD WND; member
/dports/textproc/stardict3/stardict-3.0.6/dict/src/win32/
H A DGetWord.c24 TKnownWndClass GetWindowType(HWND WND, const TCHAR* WNDClass) in GetWindowType() argument
51 if ((GetWindowLong(WND, GWL_STYLE) & ES_MULTILINE) == 0) in GetWindowType()
60 HWND WND; member
148 static char* GetWordFromConsole(HWND WND, POINT Pt, int *BeginPos) in GetWordFromConsole() argument
156 TP->WND = WND; in GetWordFromConsole()
158 ScreenToClient(WND, &(TP->Pt)); in GetWordFromConsole()
159 GetClientRect(WND, &(TP->ClientRect)); in GetWordFromConsole()
161 GetWindowThreadProcessId(GetParent(WND), &pid); in GetWordFromConsole()
189 char* TryGetWordFromAnyWindow(TKnownWndClass WndType, HWND WND, POINT Pt, int *BeginPos) in TryGetWordFromAnyWindow() argument
200 return GetWordFunction[WndType](WND, Pt, BeginPos); in TryGetWordFromAnyWindow()
H A DTextOutHook.c40 HWND WND; member
171 ScreenToClient(TP->WND, &(TP->Pt)); in GetWordTextOutHook()
179 SetWindowText(TP->WND, TEXT("")); in GetWordTextOutHook()
192 SetWindowText(TP->WND, buffer); in GetWordTextOutHook()
194 menu = GetMenu(TP->WND); in GetWordTextOutHook()
196 ClientToScreen(TP->WND, &(TP->Pt)); in GetWordTextOutHook()
203 GetClientRect(TP->WND, &UpdateRect); in GetWordTextOutHook()
207 InvalidateRect(TP->WND, &UpdateRect, FALSE); in GetWordTextOutHook()
208 UpdateWindow(TP->WND); in GetWordTextOutHook()
219 CParams.WND = WND; in ExtractFromEverything()
[all …]
H A DTextOutSpy.c45 GlobalData->CurMod.WND = GlobalData->LastWND; in SendWordToServer()
76 HWND WND; in MouseHookProc() local
83 WND = WindowFromPoint(((PMOUSEHOOKSTRUCT)lParam)->pt); in MouseHookProc()
85 if (GetClassName(WND, wClassName, sizeof(wClassName) / sizeof(TCHAR))) { in MouseHookProc()
101 GlobalData->LastWND = WND; in MouseHookProc()
H A DGetWord.h34 TKnownWndClass GetWindowType(HWND WND, const TCHAR* WNDClass);
36 char* TryGetWordFromAnyWindow(TKnownWndClass WndType, HWND WND, POINT Pt, int *BeginPos);
/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Dwinsys.h148 WND; typedef
237 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr);
238 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr);
239 void WndClose(WND * w);
247 void WndCurr(WND * hWnd);
248 WND *WndTop(void);
H A Dwin.c57 WND *CW = NULL; /* current window */
82 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr) in WndOpen()
84 WND *w; in WndOpen()
216 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr) in WndPopUp()
235 void WndClose(WND * w) in WndClose()
237 WND *wnd; in WndClose()
702 void WndCurr(WND * hWnd) in WndCurr()
715 WND *WndTop(void) in WndTop()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Dwinsys.h148 WND; typedef
237 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr);
238 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr);
239 void WndClose(WND * w);
247 void WndCurr(WND * hWnd);
248 WND *WndTop(void);
H A Dwin.c57 WND *CW = NULL; /* current window */
82 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr) in WndOpen()
84 WND *w; in WndOpen()
216 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr) in WndPopUp()
235 void WndClose(WND * w) in WndClose()
237 WND *wnd; in WndClose()
702 void WndCurr(WND * hWnd) in WndCurr()
715 WND *WndTop(void) in WndTop()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Dwinsys.h148 WND; typedef
237 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr);
238 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr);
239 void WndClose(WND * w);
247 void WndCurr(WND * hWnd);
248 WND *WndTop(void);
H A Dwin.c57 WND *CW = NULL; /* current window */
82 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr) in WndOpen()
84 WND *w; in WndOpen()
216 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr) in WndPopUp()
235 void WndClose(WND * w) in WndClose()
237 WND *wnd; in WndClose()
702 void WndCurr(WND * hWnd) in WndCurr()
715 WND *WndTop(void) in WndTop()
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Dwinsys.h148 WND; typedef
237 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr);
238 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr);
239 void WndClose(WND * w);
247 void WndCurr(WND * hWnd);
248 WND *WndTop(void);
H A Dwin.c57 WND *CW = NULL; /* current window */
82 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr) in WndOpen()
84 WND *w; in WndOpen()
216 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr) in WndPopUp()
235 void WndClose(WND * w) in WndClose()
237 WND *wnd; in WndClose()
702 void WndCurr(WND * hWnd) in WndCurr()
715 WND *WndTop(void) in WndTop()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Dwinsys.h148 WND; typedef
237 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr);
238 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr);
239 void WndClose(WND * w);
247 void WndCurr(WND * hWnd);
248 WND *WndTop(void);
H A Dwin.c57 WND *CW = NULL; /* current window */
82 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr) in WndOpen()
84 WND *w; in WndOpen()
216 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr) in WndPopUp()
235 void WndClose(WND * w) in WndClose()
237 WND *wnd; in WndClose()
702 void WndCurr(WND * hWnd) in WndCurr()
715 WND *WndTop(void) in WndTop()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Dwinsys.h148 WND; typedef
237 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr);
238 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr);
239 void WndClose(WND * w);
247 void WndCurr(WND * hWnd);
248 WND *WndTop(void);
H A Dwin.c57 WND *CW = NULL; /* current window */
82 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr) in WndOpen()
84 WND *w; in WndOpen()
216 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr) in WndPopUp()
235 void WndClose(WND * w) in WndClose()
237 WND *wnd; in WndClose()
702 void WndCurr(WND * hWnd) in WndCurr()
715 WND *WndTop(void) in WndTop()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Dwinsys.h148 WND; typedef
237 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr);
238 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr);
239 void WndClose(WND * w);
247 void WndCurr(WND * hWnd);
248 WND *WndTop(void);
/dports/news/husky/husky-1.9.20191207/msged/
H A Dwinsys.h148 WND; typedef
237 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr);
238 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr);
239 void WndClose(WND * w);
247 void WndCurr(WND * hWnd);
248 WND *WndTop(void);
H A Dwin.c57 WND *CW = NULL; /* current window */
82 WND *WndOpen(int x1, int y1, int x2, int y2, int Bdr, int BAttr, int Attr) in WndOpen()
84 WND *w; in WndOpen()
216 WND *WndPopUp(int wid, int dep, int Bdr, int BAttr, int NAttr) in WndPopUp()
235 void WndClose(WND * w) in WndClose()
237 WND *wnd; in WndClose()
702 void WndCurr(WND * hWnd) in WndCurr()
715 WND *WndTop(void) in WndTop()

12345678910>>...12