Partilhar via


CWindow::GetWindowText

Recupera o texto da janela.

int GetWindowText(
   LPTSTR lpszStringBuf,
   int nMaxCount 
) const throw();
BOOL GetWindowText(
   BSTR& bstrText 
) throw();

Comentários

See GetWindowText in the Windows SDK.

A segunda versão deste método permite que você armazene o texto em um BSTR. Se o texto for copiado com êxito, o valor retornado é TRUE; caso contrário, o valor retornado é FALSE.

Requisitos

Cabeçalho: atlwin.h

Consulte também

Referência

Classe CWindow

CWindow::GetWindowTextLength

CWindow::SetWindowText

Outros recursos

CWindow membros