3.1.4.16 IAlternateLaunch

The IAlternateLaunch interface provides methods for creating and deleting Alternate launch configurations (section 3.1.1.4). 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 {7F43B400-1A0E-4D57-BBC9-6B0C65F7A889} for this interface.

Methods in RPC Opnum Order

Method

Description

CreateConfiguration

Creates an alternate launch configuration for a conglomeration.

Opnum: 3

DeleteConfiguration

Removes an alternative launch configuration for a conglomeration.

Opnum: 4

All methods MUST NOT throw exceptions.