Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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