Solution46
LibWindow::CWndBase::SEnumChildInfo 構造体

子ウィンドウ列挙情報構造体 [詳解]

#include "CWndBase.h"

LibWindow::CWndBase::SEnumChildInfo 連携図
Collaboration graph

公開変数類

EEnumChildType m_eType
 子ウィンドウ列挙種別 [詳解]
 
bool m_bResult
 実行結果フラグ [詳解]
 
int m_nIndex
 子ウィンドウインデックス [詳解]
 
HWND m_hWnd
 比較ウィンドウハンドル [詳解]
 

詳解

子ウィンドウ列挙情報構造体

子ウィンドウ列挙情報構造体です。

注意
なし

CWndBase.h1529 行目に定義があります。

メンバ詳解

EEnumChildType LibWindow::CWndBase::SEnumChildInfo::m_eType

子ウィンドウ列挙種別

CWndBase.h1530 行目に定義があります。

参照元 LibWindow::CWndBase::EnumChildCallBack().

bool LibWindow::CWndBase::SEnumChildInfo::m_bResult

実行結果フラグ

CWndBase.h1531 行目に定義があります。

参照元 LibWindow::CWndBase::EnumChildCallBack(), LibWindow::CWndBase::GetWindowOrder().

int LibWindow::CWndBase::SEnumChildInfo::m_nIndex

子ウィンドウインデックス

CWndBase.h1532 行目に定義があります。

参照元 LibWindow::CWndBase::EnumChildCallBack(), LibWindow::CWndBase::GetChildWindowCount(), LibWindow::CWndBase::GetWindowOrder().

HWND LibWindow::CWndBase::SEnumChildInfo::m_hWnd

比較ウィンドウハンドル

CWndBase.h1533 行目に定義があります。

参照元 LibWindow::CWndBase::EnumChildCallBack().


この構造体詳解は次のファイルから抽出されました: