次の方法で共有


CWindow::GetWindowText

更新 : 2007 年 11 月

ウィンドウのテキストを取得します。

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

解説

Windows SDK の「GetWindowText」を参照してください。

このメソッドの 2 番目のバージョンでは、テキストを BSTR に格納できます。テキストが正しくコピーされた場合は、戻り値は TRUE になります。それ以外の場合は、FALSE になります。

必要条件

ヘッダー : atlwin.h

参照

参照

CWindow クラス

CWindow::GetWindowTextLength

CWindow::SetWindowText

その他の技術情報

CWindow のメンバ