goldendict-ng/wordbyauto.hh
Abs62 a8589b39bf Improvements in scan popup functionality.
1. Add search word under cursor through IAccessibleEx interface and UI Automation technology.
2. Reorganize GoldenDict main program and scan libraries interaction to reduce influence to other programs.
3. Fix crash in scan libraries in IE9 protected mode.
2011-07-09 23:26:30 +04:00

7 lines
128 B
C++

#ifndef __WORD_BY_AUTO_HH_INCLUDED
#define __WORD_BY_AUTO_HH_INCLUDED
WCHAR *gdGetWordAtPointByAutomation( POINT pt );
#endif