3.1.5.2 IVdsServiceInitialization Interface

The IVdsServiceInitialization interface is implemented by VDS and is used by clients to start initialization of the service.

The UUID for this interface is {4AFC3636-DB01-4052-80C3-03BBCB8D3C69}.

The IVdsServiceInitialization methods are specified in section 3.4.5.2.5.

Methods in RPC Opnum Order

Method

Description

Initialize

Starts the initialization of the server.

Opnum: 3

All methods MUST NOT throw exceptions.

Note If the IVdsServiceLoader::LoadService method is used to instantiate the server, there is no need to QueryInterface for the IVdsServiceInitialization interface, or to call IVdsServiceInitialization::Initialize. See section 3.4.5.2.3.1.