__interface IOrientation : IUnknown
{
void SetController(IWizardDialogController *pController);
int AddPage(LPCTSTR name);
void SelectPage(int index);
};
This interface is for internal use only.
Related Topics
Wizard Page Interfaces