Packet Sniffer SDK DLL Edition

HNLBSession :: Methods :: LbSesGetRemoteDataSize

 Previous Next

Returns the size of data, received by the localhost from remote host in bytes.

Syntax:

DWORD __stdcall LbSesGetRemoteDataSize(HANDLE hLbSes, DWORD *HiValue);

Parameters:

hLbSes

[in] HNLBSession object handle.

HiValue

[out] The pointer to the variable, in which the high DWORD of the result will be stored. May be set to NULL if the application does not need these data.

Return values:

If the function succeeds the return value will be the low-order doubleword of the size of data, received by the localhost from remote host in bytes, and if HiValue is non-NULL the function will put the high-order doubleword of this number into the variable pointed to by this parameter.

Description:

Use this function to get the size of data, received by the localhost from remote host in bytes.

See also:HNLBSession, LbSesGetLocalDataSize