Microsoft Internet Security and Acceleration Server 2000 |
Sets the default enterprise policy settings, by setting the values of the PolicyUsedFlag and the DefaultPolicy properties. These define whether an array uses array policy, enterprise policy, or both, and the name of the enterprise policy to be used.
The default enterprise policy is the policy used for an array when you set the FPCArrayPolicyConfig.UseDefaults property to TRUE.
FPCEnterprise.SetPolicy( PolicyUsed, sDefaultPolicy )
HRESULT SetPolicy( FpcPolicyUsed PolicyUsed, BSTR sDefaultPolicy );
If no array is using the default enterprise policy, any FpcPolicyUsed value can be used in the PolicyUsed parameter.
If there is an array using these default enterprise policy settings, the following rules apply to changes in the value of the PolicyUsed parameter:
For information on setting the FpcPolicyUsed value for the policy of a specific array, including limitations on changes to this value, see FPCArrayPolicyConfig.SetPolicy.