ReactOS 0.4.15-dev-7988-g06a3508
CGlobalFolderSettings Class Reference

#include <globalfoldersettings.h>

Inheritance diagram for CGlobalFolderSettings:
Collaboration diagram for CGlobalFolderSettings:

Public Member Functions

 CGlobalFolderSettings ()
 
 ~CGlobalFolderSettings ()
 
STDMETHOD() Get (DEFFOLDERSETTINGS *paramC, int param10) override
 
STDMETHOD() Set (const DEFFOLDERSETTINGS *paramC, int param10, unsigned int param14) 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 ()
 

Additional Inherited Members

- Static Public Member Functions inherited from ATL::CComObjectRootBase
static void WINAPI ObjectMain (bool)
 
static const struct _ATL_CATMAP_ENTRYGetCategoryMap ()
 
static HRESULT WINAPI InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject)
 
- Public Attributes inherited from ATL::CComObjectRootBase
LONG m_dwRef
 

Detailed Description

Definition at line 23 of file globalfoldersettings.h.

Constructor & Destructor Documentation

◆ CGlobalFolderSettings()

CGlobalFolderSettings::CGlobalFolderSettings ( )

Definition at line 23 of file globalfoldersettings.cpp.

24{
25}

◆ ~CGlobalFolderSettings()

CGlobalFolderSettings::~CGlobalFolderSettings ( )

Definition at line 27 of file globalfoldersettings.cpp.

28{
29}

Member Function Documentation

◆ Get()

HRESULT STDMETHODCALLTYPE CGlobalFolderSettings::Get ( DEFFOLDERSETTINGS paramC,
int  param10 
)
override

Definition at line 31 of file globalfoldersettings.cpp.

32{
33 return E_NOTIMPL;
34}
#define E_NOTIMPL
Definition: ddrawi.h:99

◆ Set()

HRESULT STDMETHODCALLTYPE CGlobalFolderSettings::Set ( const DEFFOLDERSETTINGS paramC,
int  param10,
unsigned int  param14 
)
override

Definition at line 36 of file globalfoldersettings.cpp.

38{
39 return E_NOTIMPL;
40}

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