Microsoft Internet Security and Acceleration Server 2000

IFWXFilterAdmin::GetConfigurationType Method

Gets ISA Server configuration information.

HRESULT GetConfigurationType(
  BOOL *pIsADSConfiguration,
  BOOL *pIsArrayPolicyAllowed,
  BOOL *pIsEnterprisePolicyUsed
);

Parameters

pIsADSConfiguration
[out] Boolean that indicates whether the ISA Server is configured to use the Active Directory service.
pIsArrayPolicyAllowed
[out] Boolean that indicates whether the ISA Server is configured to allow array policy.
pIsEnterprisePolicyUsed
[out] Boolean that indicates whether the ISA Server is configured to use enterprise policy.

Remarks

For a stand-alone server or in the ISA Server Standard Edition, these parameters are as follows:

pIsDSConfiguration = FALSE;

pEnterprisePolicyUsed = FALSE;

pAllowArray = TRUE