#include <FileFind.h>
Public Member Functions | |
| operator HANDLE () | |
| CFindChangeNotification () | |
| ~CFindChangeNotification () | |
| bool | Close () |
| HANDLE | FindFirst (LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter) |
| HANDLE | FindFirst (LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter) |
| bool | FindNext () |
Private Attributes | |
| HANDLE | _handle |
Definition at line 130 of file FileFind.h.
| NWindows::NFile::NFind::CFindChangeNotification::CFindChangeNotification | ( | ) | [inline] |
Definition at line 135 of file FileFind.h.
| NWindows::NFile::NFind::CFindChangeNotification::~CFindChangeNotification | ( | ) | [inline] |
| NWindows::NFile::NFind::CFindChangeNotification::operator HANDLE | ( | ) | [inline] |
| bool NWindows::NFile::NFind::CFindChangeNotification::Close | ( | ) |
Definition at line 262 of file FileFind.cpp.
References _handle, and BOOLToBool.
Referenced by ~CFindChangeNotification().
| HANDLE NWindows::NFile::NFind::CFindChangeNotification::FindFirst | ( | LPCTSTR | pathName, | |
| bool | watchSubtree, | |||
| DWORD | notifyFilter | |||
| ) |
Definition at line 272 of file FileFind.cpp.
References _handle, and BoolToBOOL.
Referenced by FindFirst().
| HANDLE NWindows::NFile::NFind::CFindChangeNotification::FindFirst | ( | LPCWSTR | pathName, | |
| bool | watchSubtree, | |||
| DWORD | notifyFilter | |||
| ) |
Definition at line 281 of file FileFind.cpp.
References _handle, BoolToBOOL, FindFirst(), g_IsNT, NWindows::NFile::NFind::GetCurrentCodePage(), and UnicodeStringToMultiByte().
| bool NWindows::NFile::NFind::CFindChangeNotification::FindNext | ( | ) | [inline] |
HANDLE NWindows::NFile::NFind::CFindChangeNotification::_handle [private] |
Definition at line 132 of file FileFind.h.
Referenced by Close(), FindFirst(), FindNext(), and operator HANDLE().
1.5.6