|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <globalfoldersettings.h>


Public Member Functions | |
| CGlobalFolderSettings () | |
| ~CGlobalFolderSettings () | |
| STDMETHOD() | Get (struct DEFFOLDERSETTINGS *pFDS, UINT cb) override |
| STDMETHOD() | Set (const struct DEFFOLDERSETTINGS *pFDS, UINT cb, UINT unknown) override |
Public Member Functions inherited from ATL::CComObjectRootEx< CComMultiThreadModelNoCS > | |
| ~CComObjectRootEx () | |
| ULONG | InternalAddRef () |
| ULONG | InternalRelease () |
| void | Lock () |
| void | Unlock () |
| HRESULT | _AtlInitialConstruct () |
Public Member Functions inherited from ATL::CComObjectRootBase | |
| CComObjectRootBase () | |
| ~CComObjectRootBase () | |
| void | SetVoid (void *) |
| HRESULT | _AtlFinalConstruct () |
| HRESULT | FinalConstruct () |
| void | InternalFinalConstructAddRef () |
| void | InternalFinalConstructRelease () |
| void | FinalRelease () |
Static Public Member Functions | |
| static HRESULT | ResetBrowserSettings () |
| static HRESULT | SaveBrowserSettings (const SBFOLDERSETTINGS &sbfs) |
| static HRESULT | Load (DEFFOLDERSETTINGS &dfs) |
| static HRESULT | Save (const DEFFOLDERSETTINGS *pFDS) |
Static Public Member Functions inherited from ATL::CComObjectRootBase | |
| static void WINAPI | ObjectMain (bool) |
| static const struct _ATL_CATMAP_ENTRY * | GetCategoryMap () |
| static HRESULT WINAPI | InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject) |
Additional Inherited Members | |
Public Attributes inherited from ATL::CComObjectRootBase | |
| LONG | m_dwRef |
Definition at line 37 of file globalfoldersettings.h.
| CGlobalFolderSettings::CGlobalFolderSettings | ( | ) |
Definition at line 69 of file globalfoldersettings.cpp.
| CGlobalFolderSettings::~CGlobalFolderSettings | ( | ) |
Definition at line 73 of file globalfoldersettings.cpp.
|
override |
Definition at line 143 of file globalfoldersettings.cpp.
|
static |
Definition at line 90 of file globalfoldersettings.cpp.
Referenced by Get(), and SBFOLDERSETTINGS::Load().
|
static |
Definition at line 77 of file globalfoldersettings.cpp.
Referenced by CShellBrowser::ApplyBrowserDefaultFolderSettings().
|
static |
Definition at line 122 of file globalfoldersettings.cpp.
Referenced by ResetBrowserSettings(), SaveBrowserSettings(), and Set().
|
static |
Definition at line 82 of file globalfoldersettings.cpp.
Referenced by CShellBrowser::ApplyBrowserDefaultFolderSettings().
|
override |
Definition at line 150 of file globalfoldersettings.cpp.