ReactOS 0.4.16-dev-88-ga65b6ae
|
Registry key entry. More...
#include <regfs.h>
Additional Inherited Members | |
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 inherited from RegEntry | |
RegEntry () | |
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 |
Protected Member Functions inherited from Directory | |
Directory () | |
virtual | ~Directory () |
Protected Attributes inherited from Directory | |
void * | _path |
Reimplemented from Entry.
Definition at line 249 of file regfs.cpp.