Packet Sniffer SDK DLL Edition

HNTcpSession :: Properties :: TcpSesGetCreateTime

 Previous Next

Returns the TCP session creation time.

Syntax:

DWORD __stdcall TcpSesGetCreateTime(HANDLE hTcpSes);

Parameters:

hTcpSes

[in] HNTcpSession object handle.

Return values:

If the function succeeds the return value will be the TCP session creation time.

Description:

Use TcpSesGetCreateTime to get the TCP session creation time. The value of this property is counted at the moment of the session creation with the help of the GetTickCount() Win32 API function.

See also:HNTcpSession