ReactOS 0.4.15-dev-7953-g1f49173
_SearchData Struct Reference
Collaboration diagram for _SearchData:

Public Attributes

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

Detailed Description

Definition at line 147 of file CFindFolder.cpp.

Member Data Documentation

◆ hStopEvent

HANDLE _SearchData::hStopEvent

Definition at line 150 of file CFindFolder.cpp.

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

◆ hwnd

HWND _SearchData::hwnd

Definition at line 149 of file CFindFolder.cpp.

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

◆ pFindFolder

CComPtr<CFindFolder> _SearchData::pFindFolder

Definition at line 158 of file CFindFolder.cpp.

Referenced by CFindFolder::StartSearch().

◆ SearchHidden

BOOL _SearchData::SearchHidden

Definition at line 157 of file CFindFolder.cpp.

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

◆ szFileName

CStringW _SearchData::szFileName

Definition at line 152 of file CFindFolder.cpp.

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

◆ szPath

CStringW _SearchData::szPath

Definition at line 151 of file CFindFolder.cpp.

Referenced by CFindFolder::StartSearch().

◆ szQueryA

CStringA _SearchData::szQueryA

Definition at line 153 of file CFindFolder.cpp.

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

◆ szQueryU16BE

CStringW _SearchData::szQueryU16BE

Definition at line 155 of file CFindFolder.cpp.

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

◆ szQueryU8

CStringA _SearchData::szQueryU8

Definition at line 156 of file CFindFolder.cpp.

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

◆ szQueryW

CStringW _SearchData::szQueryW

Definition at line 154 of file CFindFolder.cpp.

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


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