Packet Sniffer SDK DLL Edition

HNLBSession :: Properties :: LbSesGetHosts

 Previous Next

Returns HNLBHosts object handle.

Syntax:

HANDLE __stdcall LbSesGetHosts(HANDLE hLbSes);

Parameters:

hLbSes

[in] HNLBSession object handle.

Return values:

If the function succeeds the return value will be the handle of HNLBHosts object. Otherwise the return value will be NULL.

Description:

Use LbSesGetHosts to define the handle of HNLBHosts object which contains information about IP addresses and ports numbers of the hosts participating in TCP session.

See also:HNLBSession, HNLBHosts