#include <shared.h>
Definition at line 155 of file shared.h.
virtual uFindFile::~uFindFile |
( |
| ) |
|
|
inlinevirtual |
virtual BOOL uFindFile::FindNext |
( |
| ) |
|
|
pure virtual |
virtual DWORD uFindFile::GetAttributes |
( |
| ) |
|
|
pure virtual |
virtual FILETIME uFindFile::GetCreationTime |
( |
| ) |
|
|
pure virtual |
virtual const char* uFindFile::GetFileName |
( |
| ) |
|
|
pure virtual |
virtual t_uint64 uFindFile::GetFileSize |
( |
| ) |
|
|
pure virtual |
virtual FILETIME uFindFile::GetLastAccessTime |
( |
| ) |
|
|
pure virtual |
virtual FILETIME uFindFile::GetLastWriteTime |
( |
| ) |
|
|
pure virtual |
bool uFindFile::IsDirectory |
( |
| ) |
|
|
inline |
Definition at line 168 of file shared.h.
168 {
return (
GetAttributes() & FILE_ATTRIBUTE_DIRECTORY) ?
true :
false;}
virtual DWORD GetAttributes()=0
The documentation for this class was generated from the following file: