Packet Sniffer SDK DLL Edition

HNLBHosts :: Properties :: LbHstGetLocalIPv4

 Previous Next

Returns the IPv4 address of the local host, participating in TCP session.

Syntax:

DWORD __stdcall LbHstGetLocalIPv4(HANDLE hLbHst);

Parameters:

hLbHst

[in] HNLBHosts object handle.

Return values:

If the function succeeds the return value will be the IPv4 address of the local host participating in TCP session.

Description:

Use LbHstGetLocalIPv4 to define IPv4 address of the local host participating in TCP session.

See also:HNLBHosts