Microsoft Internet Security and Acceleration Server 2004 SDK

ResultCode Property of IFPCLogEntry[C++]

FPCLogEntry.ResultCode [Visual Basic]

[C++]

The ResultCode property gets the result code, such as a Windows or Windows Sockets (Winsock) error code, or an HTTP status code.

HRESULT get_ResultCode(
  Long* plResultCode
);

Parameters

plResultCode
Pointer to a variable that on return receives a 32-bit integer specifying the result 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.

For a table of typical values, see Result Code Values.

[Visual Basic]

The ResultCode property gets the result code, such as a Windows or Windows Sockets (Winsock) error code, or an HTTP status code.

Property ResultCode As Long

Property Value

A 32-bit integer that specifies the result code.

Remarks

This property is read-only.

For a table of typical values, see Result Code Values.

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

FPCLogEntry