![]() | InDesign SDK 20.5 |
#include <IGenericSettings.h>

Public Types | |
| enum | { kDefaultIID = IID_IGENERICSETTINGS } |
Public Member Functions | |
| virtual IGenericSettingsGroup * | GetRootGroup ()=0 |
| virtual void | WriteTo (IGenericSettingsOutputStrategy *pStrategy)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
IGenericSettings is used to describe preset preference values.
| pure virtual |
Get the root group of the settings hierarchy.
| pure virtual |
Write out all preset values of the hierarchy.
| pStrategy | defines the formatting interface to use. |