Packet Sniffer SDK DLL Edition

HNLBHosts :: Properties :: LbHstGetRemotePort

 Previous Next

Returns the port number of the remote host participating in TCP session.

Syntax:

WORD __stdcall LbHstGetRemotePort(HANDLE hLbHst);

Parameters:

hLbHst

[in] HNLBHosts object handle.

Return values:

If the function succeeds the return value will be the port number of the remote host participating in TCP session.

Description:

Use LbHstGetRemotePort to define the port number of the remote host participating in TCP session.

See also:HNLBHosts