Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the window's text.
int GetWindowText(
LPTSTR lpszStringBuf,
int nMaxCount
) const throw();
BOOL GetWindowText(
BSTR& bstrText
) throw();
Remarks
See GetWindowText in the Windows SDK.
The second version 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.
Requirements
Header: atlwin.h