Functions | |
| bool | IsReadOnly (DWORD attributes) |
| bool | IsHidden (DWORD attributes) |
| bool | IsSystem (DWORD attributes) |
| bool | IsDirectory (DWORD attributes) |
| bool | IsArchived (DWORD attributes) |
| bool | IsCompressed (DWORD attributes) |
| bool | IsEncrypted (DWORD attributes) |
| bool NWindows::NFile::NFind::NAttributes::IsArchived | ( | DWORD | attributes | ) | [inline] |
Definition at line 23 of file FileFind.h.
| bool NWindows::NFile::NFind::NAttributes::IsCompressed | ( | DWORD | attributes | ) | [inline] |
Definition at line 24 of file FileFind.h.
| bool NWindows::NFile::NFind::NAttributes::IsDirectory | ( | DWORD | attributes | ) | [inline] |
Definition at line 22 of file FileFind.h.
| bool NWindows::NFile::NFind::NAttributes::IsEncrypted | ( | DWORD | attributes | ) | [inline] |
Definition at line 25 of file FileFind.h.
| bool NWindows::NFile::NFind::NAttributes::IsHidden | ( | DWORD | attributes | ) | [inline] |
Definition at line 20 of file FileFind.h.
| bool NWindows::NFile::NFind::NAttributes::IsReadOnly | ( | DWORD | attributes | ) | [inline] |
Definition at line 19 of file FileFind.h.
| bool NWindows::NFile::NFind::NAttributes::IsSystem | ( | DWORD | attributes | ) | [inline] |
Definition at line 21 of file FileFind.h.
1.5.6