Microsoft Internet Security and Acceleration Server 2004 SDK

EnableFirewallClients Property of IFPCNetwork[C++]

FPCNetwork.EnableFirewallClients [Visual Basic]

[C++]

The EnableFirewallClients property gets or sets a Boolean value that indicates whether Firewall clients on the network are supported. If Firewall clients are not supported, secure network address translation (SecureNAT) and Web proxy clients on the network may be supported.

HRESULT get_EnableFirewallClients(
  VARIANT_BOOL* pfFWClientsEnabled
);

HRESULT put_EnableFirewallClients(
  VARIANT_BOOL fFWClientsEnabled
);

Parameters

pfFWClientsEnabled
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if Firewall clients on the network are supported, or to VARIANT_FALSE if Firewall clients on the network are not supported.
fFWClientsEnabled
Boolean value that indicates whether Firewall clients on the network are supported.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The EnableFirewallClients property gets or sets a Boolean value that indicates whether Firewall clients on the network are supported. If Firewall clients are not supported, secure network address translation (SecureNAT) and Web proxy clients on the network may be supported.

Property EnableFirewallClients As Boolean

Property Value

Boolean value that indicates whether Firewall clients on the network are supported.

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCNetwork