ReactOS 0.4.16-dev-1521-gb8f1da6
_SearchData Struct Reference
Collaboration diagram for _SearchData:

Public Member Functions

 ~_SearchData ()
 

Public Attributes

HWND hwnd
 
HANDLE hStopEvent
 
LOCATIONITEMpPaths
 
CStringW szFileName
 
CStringA szQueryA
 
CStringW szQueryW
 
CStringW szQueryU16BE
 
CStringA szQueryU8
 
BOOL SearchHidden
 
CComPtr< CFindFolderpFindFolder
 

Detailed Description

Definition at line 272 of file CFindFolder.cpp.

Constructor & Destructor Documentation

◆ ~_SearchData()

_SearchData::~_SearchData ( )
inline

Definition at line 285 of file CFindFolder.cpp.

286 {
288 }
void FreeList(LOCATIONITEM *pItems)
Definition: CSearchBar.cpp:95
LOCATIONITEM * pPaths

Member Data Documentation

◆ hStopEvent

HANDLE _SearchData::hStopEvent

Definition at line 275 of file CFindFolder.cpp.

Referenced by RecursiveFind(), and CFindFolder::StartSearch().

◆ hwnd

HWND _SearchData::hwnd

Definition at line 274 of file CFindFolder.cpp.

Referenced by RecursiveFind(), and CFindFolder::StartSearch().

◆ pFindFolder

CComPtr<CFindFolder> _SearchData::pFindFolder

Definition at line 283 of file CFindFolder.cpp.

Referenced by CFindFolder::StartSearch().

◆ pPaths

LOCATIONITEM* _SearchData::pPaths

Definition at line 276 of file CFindFolder.cpp.

Referenced by CFindFolder::StartSearch(), and ~_SearchData().

◆ SearchHidden

BOOL _SearchData::SearchHidden

Definition at line 282 of file CFindFolder.cpp.

Referenced by AttribHiddenMatch(), and CFindFolder::StartSearch().

◆ szFileName

CStringW _SearchData::szFileName

Definition at line 277 of file CFindFolder.cpp.

Referenced by FileNameMatch(), and CFindFolder::StartSearch().

◆ szQueryA

CStringA _SearchData::szQueryA

Definition at line 278 of file CFindFolder.cpp.

Referenced by ContentsMatch(), SearchFile(), and CFindFolder::StartSearch().

◆ szQueryU16BE

CStringW _SearchData::szQueryU16BE

Definition at line 280 of file CFindFolder.cpp.

Referenced by SearchFile(), and CFindFolder::StartSearch().

◆ szQueryU8

CStringA _SearchData::szQueryU8

Definition at line 281 of file CFindFolder.cpp.

Referenced by SearchFile(), and CFindFolder::StartSearch().

◆ szQueryW

CStringW _SearchData::szQueryW

Definition at line 279 of file CFindFolder.cpp.

Referenced by RecursiveFind(), SearchFile(), and CFindFolder::StartSearch().


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