查找信息结构体 More...
#include <SwndFinder.h>
Public Member Functions | |
| SFindInfo (SWindow *pParent, const SStringW &strName, int nDeep) | |
| 构造函数,通过名称查找 | |
| SFindInfo (SWindow *pParent, int nID, int nDeep) | |
| 构造函数,通过ID查找 | |
Public Attributes | |
| SWND | hParent |
| bool | findByName |
| SStringW | strName |
| int | nID |
| int | nDeep |
查找信息结构体
Definition at line 12 of file SwndFinder.h.
构造函数,通过名称查找
| pParent | 父窗口指针 |
| strName | 窗口名称 |
| nDeep | 查找深度 |
Definition at line 7 of file SwndFinder.cpp.
| SFindInfo::SFindInfo | ( | SWindow * | pParent, |
| int | nID, | ||
| int | nDeep ) |
| bool SFindInfo::findByName |
Definition at line 32 of file SwndFinder.h.
| SWND SFindInfo::hParent |
Definition at line 31 of file SwndFinder.h.
| int SFindInfo::nDeep |
Definition at line 35 of file SwndFinder.h.
| int SFindInfo::nID |
Definition at line 34 of file SwndFinder.h.
| SStringW SFindInfo::strName |
Definition at line 33 of file SwndFinder.h.