Partilhar via


CWindow::GetWindowText

Recupera o texto da janela.

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

Comentários

Consulte GetWindowText em Windows SDK.

A segunda versão de esse método permite que você armazene o texto em BSTR. Se o texto é copiado com êxito, o valor de retorno é Verdadeiro; caso contrário, o valor de retorno é Falso.

Requisitos

Cabeçalho: atlwin.h

Consulte também

Referência

Classe de CWindow

CWindow::GetWindowTextLength

CWindow::SetWindowText