| version 1.1, 2000/01/22 14:16:31 |
version 1.1.1.2, 2003/09/15 07:09:40 |
| Line 161 BOOL CALLBACK cbGetTextWindow(HWND hwnd, LPARAM lPar |
|
| Line 161 BOOL CALLBACK cbGetTextWindow(HWND hwnd, LPARAM lPar |
|
| hwndText = FindWindowEx(hwnd, NULL, TEXTCLASS, NULL ); |
hwndText = FindWindowEx(hwnd, NULL, TEXTCLASS, NULL ); |
| |
|
| /* if the text window was found, stop looking */ |
/* if the text window was found, stop looking */ |
| return ( hwndText != NULL ); |
return ( hwndText == NULL ); |
| } |
} |
| |
|
| /* sends a string to the specified window */ |
/* sends a string to the specified window */ |