ReactOS 0.4.15-dev-8614-gbc76250
SBFOLDERSETTINGS Struct Reference

#include <globalfoldersettings.h>

Collaboration diagram for SBFOLDERSETTINGS:

Public Types

enum  { DEF_FVM = FVM_DETAILS }
 
enum  { DEF_FWF = FWF_NOHEADERINALLVIEWS }
 

Public Member Functions

void InitializeDefaults ()
 
void Load ()
 

Public Attributes

FOLDERSETTINGS FolderSettings
 

Detailed Description

Definition at line 23 of file globalfoldersettings.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
DEF_FVM 

Definition at line 27 of file globalfoldersettings.h.

27{ DEF_FVM = FVM_DETAILS }; // Windows uses FVM_ICON?
@ FVM_DETAILS
Definition: shobjidl.idl:683

◆ anonymous enum

anonymous enum
Enumerator
DEF_FWF 

Definition at line 28 of file globalfoldersettings.h.

Member Function Documentation

◆ InitializeDefaults()

void SBFOLDERSETTINGS::InitializeDefaults ( )
inline

◆ Load()

void SBFOLDERSETTINGS::Load ( )

Definition at line 62 of file globalfoldersettings.cpp.

63{
66 CopyTo(dfs, *this);
67}
static HRESULT Load(DEFFOLDERSETTINGS &dfs)
static void CopyTo(const S &Src, D &Dst)

Referenced by CShellBrowser::ApplyBrowserDefaultFolderSettings(), and CShellBrowser::CShellBrowser().

Member Data Documentation

◆ FolderSettings


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