soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SFindInfo Struct Reference

查找信息结构体 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
 

Detailed Description

查找信息结构体

Definition at line 12 of file SwndFinder.h.

Constructor & Destructor Documentation

◆ SFindInfo() [1/2]

SNSBEGIN SFindInfo::SFindInfo ( SWindow * pParent,
const SStringW & strName,
int nDeep )

构造函数,通过名称查找

Parameters
pParent父窗口指针
strName窗口名称
nDeep查找深度

Definition at line 7 of file SwndFinder.cpp.

◆ SFindInfo() [2/2]

SFindInfo::SFindInfo ( SWindow * pParent,
int nID,
int nDeep )

构造函数,通过ID查找

Parameters
pParent父窗口指针
nID窗口ID
nDeep查找深度

Definition at line 15 of file SwndFinder.cpp.

Member Data Documentation

◆ findByName

bool SFindInfo::findByName

Definition at line 32 of file SwndFinder.h.

◆ hParent

SWND SFindInfo::hParent

Definition at line 31 of file SwndFinder.h.

◆ nDeep

int SFindInfo::nDeep

Definition at line 35 of file SwndFinder.h.

◆ nID

int SFindInfo::nID

Definition at line 34 of file SwndFinder.h.

◆ strName

SStringW SFindInfo::strName

Definition at line 33 of file SwndFinder.h.


The documentation for this struct was generated from the following files: