Microsoft Internet Security and Acceleration Server 2004 SDK

ProtocolDefinitions Property of IFPCRuleElements[C++]

FPCRuleElements.ProtocolDefinitions [Visual Basic]

[C++]

The ProtocolDefinitions property gets an FPCProtocolDefinitions collection that contains the Microsoft Firewall service protocols defined in the array.

HRESULT get_ProtocolDefinitions(
  IFPCProtocolDefinitions** ppProtocolDefinitions
);

Parameters

ppProtocolDefinitions
Address of an interface pointer that on return points to an IFPCProtocolDefinitions interface that represents the collection of all Firewall service protocols defined in the array.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. User-defined Firewall service protocols can be added and removed by calling the Add and Remove methods of the IFPCProtocolDefinitions interface retrieved. The predefined protocols are read-only.

[Visual Basic]

The ProtocolDefinitions property gets an FPCProtocolDefinitions collection that contains the Microsoft Firewall service protocols defined in the array.

Property ProtocolDefinitions As FPCProtocolDefinitions

Property Value

Reference to an FPCProtocolDefinitions collection that contains the Firewall service protocols defined in the array.

Remarks

This property is read-only. User-defined Firewall service protocols can be added and removed by calling the Add and Remove methods of the FPCProtocolDefinitions collection retrieved. The predefined protocols are read-only.

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

FPCRuleElements