Packet Sniffer SDK VCL Edition

HNLBSession :: Methods :: GetCloseTime

 Previous Next

Returns the closing time of TCP session, which localhost is participating in.

Syntax:

function GetCloseTime(HiValue: PUINT): UINT;

Parameters:

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 session closing time, and if HiValue is non-NULL the function will put the high-order doubleword of this number into the variable pointed to by that parameter.

Description:

Use this function to get the closing time of TCP session, which the localhost is participating in. Measurement units are hundreds of nanoseconds since January 1, 1600.

See also:HNLBSession, GetCreateTime