Microsoft Internet Security and Acceleration Server 2004 SDK

PortLow Property of IFPCProtocolConnection[C++]

FPCProtocolConnection.PortLow [Visual Basic]

[C++]

The PortLow property gets a port number designating the low end of the range.

HRESULT get_PortLow(
  long* plPort
);

Parameters

plPort
Pointer to a variable that on return receives a 32-bit integer specifying the low end of the port number range.

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. It can be modified by calling the SetTCP or SetUDP method, whichever is applicable. The possible values are 1 to 65535.

It can be set equal to the PortHigh property to indicate that there is only one port, not a range of ports.

[Visual Basic]

The PortLow property gets a port number designating the low end of the range.

Property PortLow As Long

Property Value

A 32-bit integer that specifies the low end of the port number range.

Remarks

This property is read-only. It can be modified by calling the SetTCP or SetUDP method, whichever is applicable. The possible values are 1 to 65535.

It can be set equal to the PortHigh property to indicate that there is only one port, not a range of ports.

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

FPCProtocolConnection