CSC_IISIntrinsicsConfig enumeration (comsvcs.h)

Indicates whether the current IIS intrinsics are propagated into the new context.

Syntax

typedef enum tagCSC_IISIntrinsicsConfig {
  CSC_NoIISIntrinsics = 0,
  CSC_InheritIISIntrinsics
} CSC_IISIntrinsicsConfig;

Constants

 
CSC_NoIISIntrinsics
Value: 0
The current IIS intrinsics do not propagate to the new context. This is the default setting for CServiceConfig when CSC_InheritanceConfig is set to CSC_Ignore.
CSC_InheritIISIntrinsics
The current IIS intrinsics propagate to the new context. This is the default setting for CServiceConfig when CSC_InheritanceConfig is set to CSC_Inherit.

Remarks

This enumeration is used to configure the IIS intrinsics settings through CServiceConfig for either the work submitted through the activity created by CoCreateActivity or the work that is enclosed between calls to CoEnterServiceDomain and CoLeaveServiceDomain.

Requirements

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

See also

CServiceConfig

CoCreateActivity

CoEnterServiceDomain

IServiceIISIntrinsicsConfig::IISIntrinsicsConfig