ReactOS 0.4.16-dev-106-g10b08aa
|
NtObj file system file-entry. More...
#include <ntobjfs.h>
Public Attributes | |
OBJECT_TYPE | _type |
Public Attributes inherited from Entry | |
Entry * | _next |
Entry * | _down |
Entry * | _up |
bool | _expanded |
bool | _scanned |
int | _level |
WIN32_FIND_DATA | _data |
SFGAOF | _shell_attribs |
LPTSTR | _display_name |
LPTSTR | _type_name |
LPTSTR | _content |
ENTRY_TYPE | _etype |
int | _icon_id |
BY_HANDLE_FILE_INFORMATION | _bhfi |
bool | _bhfi_valid |
Protected Member Functions | |
NtObjEntry (OBJECT_TYPE type) | |
virtual bool | get_path (PTSTR path, size_t path_count) const |
virtual BOOL | launch_entry (HWND hwnd, UINT nCmdShow) |
Protected Member Functions inherited from Entry | |
Entry (ENTRY_TYPE etype) | |
Entry (Entry *parent, ENTRY_TYPE etype) | |
Entry (const Entry &) | |
bool | get_path_base (PTSTR path, size_t path_count, ENTRY_TYPE etype) const |
|
inline |
|
inlineprotected |
Implements Entry.
Definition at line 386 of file ntobjfs.cpp.
Reimplemented from Entry.
Definition at line 391 of file ntobjfs.cpp.
OBJECT_TYPE NtObjEntry::_type |
Definition at line 89 of file ntobjfs.h.
Referenced by NtObjDirectory::read_directory().