__interface ISettings : IUnknown

{

    int NumDlls();

    int NumPages();

 

    HRESULT SetStage(LPCWSTR stageName);

    HRESULT GetDllName(long index, __out LPBSTR pDllName);

    HRESULT GetPageInfo(long index, __out ISettingsProperties **ppPageInfo);

    HRESULT GetStyle(__out ISettingsProperties **ppStyleInfo);

};

 

This interface is for internal use only.

Related Topics

Wizard Page Interfaces