|
Solution46
|
子ウィンドウ列挙情報構造体 [詳解]
#include "CWndBase.h"

公開変数類 | |
| EEnumChildType | m_eType |
| 子ウィンドウ列挙種別 [詳解] | |
| bool | m_bResult |
| 実行結果フラグ [詳解] | |
| int | m_nIndex |
| 子ウィンドウインデックス [詳解] | |
| HWND | m_hWnd |
| 比較ウィンドウハンドル [詳解] | |
| EEnumChildType LibWindow::CWndBase::SEnumChildInfo::m_eType |
| bool LibWindow::CWndBase::SEnumChildInfo::m_bResult |
実行結果フラグ
CWndBase.h の 1531 行目に定義があります。
参照元 LibWindow::CWndBase::EnumChildCallBack(), LibWindow::CWndBase::GetWindowOrder().
| int LibWindow::CWndBase::SEnumChildInfo::m_nIndex |
子ウィンドウインデックス
CWndBase.h の 1532 行目に定義があります。
参照元 LibWindow::CWndBase::EnumChildCallBack(), LibWindow::CWndBase::GetChildWindowCount(), LibWindow::CWndBase::GetWindowOrder().
| HWND LibWindow::CWndBase::SEnumChildInfo::m_hWnd |