Microsoft Internet Security and Acceleration Server 2004 SDK

BytesReceived Property of IFPCLogEntry[C++]

FPCLogEntry.BytesReceived [Visual Basic]

[C++]

The BytesReceived property gets the number of bytes sent from the external computer and received by the client during the current connection.

HRESULT get_BytesReceived(
  __int64* plBytesReceived
);

Parameters

plBytesReceived
Pointer to a variable that receives a 64-bit integer indicating the number of bytes sent from the external computer and received by the client during the current connection.

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.

[Visual Basic]

The BytesReceived property gets the number of bytes sent from the external computer and received by the client during the current connection.

Property BytesReceived As Long

Property Value

A 64-bit integer that specifies the number of bytes sent from the external computer and received by the client during the current connection.

Remarks

This property is 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

FPCLogEntry