Microsoft Internet Security and Acceleration Server 2004 SDK

ICMPCode Property of IFPCProtocolConnection[C++]

FPCProtocolConnection.ICMPCode [Visual Basic]

[C++]

The ICMPCode property gets the ICMP code for the connection. The ICMP code is a subdescriptor of the ICMP type.

HRESULT get_ICMPCode(
  long* plCode
);

Parameters

plCode
Pointer to a variable that on return receives a 32-bit integer specifying the ICMP code.

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 SetICMP method. The possible values are 0 to 255.

[Visual Basic]

The ICMPCode property gets the ICMP code for the connection. The ICMP code is a subdescriptor of the ICMP type.

Property ICMPCode As Long

Property Value

A 32-bit integer that specifies the ICMP code.

Remarks

This property is read-only. It can be modified by calling the SetICMP method. The possible values are 0 to 255.

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