This method retrieves the window’s text. The second of this method allows you to store the text in a BSTR. If the text is successfully copied, the return value is TRUE; otherwise, the return value is FALSE.
At a Glance
Header file: | Atlwin.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
int GetWindowText( LPTSTR lpszStringBuf, int nMaxCount ) const;
BOOL GetWindowText( BSTR& bstrText );
See Also