#include <IXMLImportOptionsDialog.h>
|
| enum | { kDefaultIID = IID_IXMLIMPORTOPTIONSDIALOG } |
| |
Interface that provides method to automatically build the XML import options dialog. Should be used in conjunction with IXMLImportOptionsService
| virtual ErrorCode IXMLImportOptionsDialog::DoDialog | ( | IDocument * | doc | ) | |
| pure virtual |
Builds a dialog for the XML Import preferences This method will look at all service providers for kXMLImportUIService.
- Parameters
| doc | - The document we are importing into |
- Returns
- - kSuccess if the dialog was exited correctly (OK) kFailure if the dialog was wan't built successfully.