Packet Sniffer SDK DLL Edition

HNLBSession :: Properties :: LbSesGetProcessId

 Previous Next

Returns PID of the process on the local system which is participating in TCP session.

Syntax:

DWORD __stdcall LbSesGetProcessId(HANDLE hLbSes);

Parameters:

hLbSes

[in] HNLBSession object handle.

Return values:

If the function succeeds the return value will be PID of the process on the local system which is participating in TCP session.

Description:

Use LbSesGetProcessId to define PID of the process on the local system which is participating in TCP session.

See also:HNLBSession