IServicePartitionConfig interface (comsvcs.h)

Configures how partitions are used for the work that is done when calling either CoCreateActivity or CoEnterServiceDomain.

Inheritance

The IServicePartitionConfig interface inherits from the IUnknown interface. IServicePartitionConfig also has these types of members:

Methods

The IServicePartitionConfig interface has these methods.

 
IServicePartitionConfig::PartitionConfig

Configures how partitions are used for the enclosed work.
IServicePartitionConfig::PartitionID

Sets the GUID for the partition that is used for the enclosed work.

Requirements

Requirement Value
Minimum supported client Windows XP with SP1 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

COM+ Partitions

CServiceConfig