3.1.4.15 IExport2

The IExport2 interface provides a method for exporting, as specified in Export and Import (section 1.3.7), a partition to an installer package file. This interface inherits from IUnknown, as specified in [MS-DCOM] section 3.1.1.5.8.

To receive incoming remote calls for this interface, the server MUST implement a DCOM Object Class with the CLSID CLSID_COMAServer, as specified in section 1.9, using the UUID {F131EA3E-B7BE-480E-A60D-51CB2785779E} for this interface.

This interface includes the following methods beyond those of IUnknown.

Methods in RPC Opnum Order

Method

Description

ExportPartition

Exports a partition to an installer package file.

Opnum: 3

All methods MUST NOT throw exceptions.