ReactOS 0.4.16-dev-889-g9563c07
_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 222 of file CFindFolder.cpp.

Constructor & Destructor Documentation

◆ ~_SearchData()

_SearchData::~_SearchData ( )
inline

Definition at line 235 of file CFindFolder.cpp.

236 {
238 }
void FreeList(LOCATIONITEM *pItems)
Definition: CSearchBar.cpp:92
LOCATIONITEM * pPaths

Member Data Documentation

◆ hStopEvent

HANDLE _SearchData::hStopEvent

Definition at line 225 of file CFindFolder.cpp.

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

◆ hwnd

HWND _SearchData::hwnd

Definition at line 224 of file CFindFolder.cpp.

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

◆ pFindFolder

CComPtr<CFindFolder> _SearchData::pFindFolder

Definition at line 233 of file CFindFolder.cpp.

Referenced by CFindFolder::StartSearch().

◆ pPaths

LOCATIONITEM* _SearchData::pPaths

Definition at line 226 of file CFindFolder.cpp.

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

◆ SearchHidden

BOOL _SearchData::SearchHidden

Definition at line 232 of file CFindFolder.cpp.

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

◆ szFileName

CStringW _SearchData::szFileName

Definition at line 227 of file CFindFolder.cpp.

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

◆ szQueryA

CStringA _SearchData::szQueryA

Definition at line 228 of file CFindFolder.cpp.

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

◆ szQueryU16BE

CStringW _SearchData::szQueryU16BE

Definition at line 230 of file CFindFolder.cpp.

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

◆ szQueryU8

CStringA _SearchData::szQueryU8

Definition at line 231 of file CFindFolder.cpp.

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

◆ szQueryW

CStringW _SearchData::szQueryW

Definition at line 229 of file CFindFolder.cpp.

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


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