IServiceInheritanceConfig interface (comsvcs.h)

Determines whether to construct a new context based on the current context or to create a new context based solely on the information in CServiceConfig. A new context that is based on the current context can be modified by calls to the other interfaces of CServiceConfig.

Inheritance

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

Methods

The IServiceInheritanceConfig interface has these methods.

 
IServiceInheritanceConfig::ContainingContextTreatment

Determines whether the containing context is based on the current context.

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

CServiceConfig