Microsoft Internet Security and Acceleration Server 2004 SDK

ErrorInfo Property of IFPCLogEntry[C++]

FPCLogEntry.ErrorInfo [Visual Basic]

[C++]

The ErrorInfo property gets a 32-bit bitmask that contains additional information on the request that can help identify the source of the error if an error occurred.

HRESULT get_ErrorInfo(
  long* plErrorInfo
);

Parameters

plErrorInfo
Pointer to a 32-bit integer that is set on return to a bitmask that contains additional information on the request that can help identify the source of the error if an error occurred.

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 possible bit fields, see Error Information Bit Fields.

[Visual Basic]

The ErrorInfo property gets a 32-bit bitmask that contains additional information on the request that can help identify the source of the error if an error occurred.

Property ErrorInfo As Long

Property Value

A 32-bit bitmask that contains additional information on the request that can help identify the source of the error if an error occurred.

Remarks

This property is read-only.

For a table of possible bit fields, see Error Information Bit Fields.

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