ReactOS 0.4.15-dev-7842-g558ab78
RegEntry Struct Reference

Registry entry. More...

#include <regfs.h>

Inheritance diagram for RegEntry:
Collaboration diagram for RegEntry:

Public Member Functions

 RegEntry (Entry *parent)
 
- Public Member Functions inherited from Entry
virtual ~Entry ()
 
void free_subentries ()
 
void read_directory_base (SORT_ORDER sortOrder=SORT_NAME, int scan_flags=0)
 
Entryread_tree (const void *path, SORT_ORDER sortOrder=SORT_NAME, int scan_flags=0)
 
void sort_directory (SORT_ORDER sortOrder)
 
void smart_scan (SORT_ORDER sortOrder=SORT_NAME, int scan_flags=0)
 
int extract_icon (ICONCACHE_FLAGS flags=ICF_NORMAL)
 
int safe_extract_icon (ICONCACHE_FLAGS flags=ICF_NORMAL)
 
virtual void read_directory (int scan_flags=0)
 
virtual const voidget_next_path_component (const void *) const
 
virtual Entryfind_entry (const void *)
 
virtual bool get_path (PTSTR path, size_t path_count) const =0
 
virtual ShellPath create_absolute_pidl () const
 
virtual HRESULT GetUIObjectOf (HWND hWnd, REFIID riid, LPVOID *ppvOut)
 
virtual ShellFolder get_shell_folder () const
 
virtual BOOL launch_entry (HWND hwnd, UINT nCmdShow=SW_SHOWNORMAL)
 
virtual HRESULT do_context_menu (HWND hwnd, const POINT &pos, CtxMenuInterfaces &cm_ifs)
 

Protected Member Functions

 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
 

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
 

Detailed Description

Registry entry.

Definition at line 30 of file regfs.h.

Constructor & Destructor Documentation

◆ RegEntry() [1/2]

RegEntry::RegEntry ( Entry parent)
inline

Definition at line 32 of file regfs.h.

r parent
Definition: btrfs.c:3010
@ ET_REGISTRY
Definition: entries.h:39
base of all file and directory entries
Definition: entries.h:83

◆ RegEntry() [2/2]

RegEntry::RegEntry ( )
inlineprotected

Definition at line 35 of file regfs.h.

Referenced by RegDirectory::read_directory().

Member Function Documentation

◆ get_path()

bool RegEntry::get_path ( PTSTR  path,
size_t  path_count 
) const
protectedvirtual

Implements Entry.

Definition at line 227 of file regfs.cpp.

228{
229 return get_path_base ( path, path_count, ET_REGISTRY );
230}
bool get_path_base(PTSTR path, size_t path_count, ENTRY_TYPE etype) const
Definition: entries.cpp:639

◆ launch_entry()

BOOL RegEntry::launch_entry ( HWND  hwnd,
UINT  nCmdShow 
)
protectedvirtual

Reimplemented from Entry.

Definition at line 232 of file regfs.cpp.

233{
234 return FALSE;
235}
#define FALSE
Definition: types.h:117

The documentation for this struct was generated from the following files: