Packet Sniffer SDK DLL Edition

HNLBAdapter :: Events :: LbAdpSetOnThreadEnd

 Previous Next

Sets the address and the parameter value for the OnThreadEnd event handler (see HNFN_THREADEND).

Syntax:

FARPROC __stdcall LbAdpSetOnThreadEnd(HANDLE hLbAdp, FARPROC pfOnThreadEnd, DWORD_PTR Param);

Parameters:

hLbAdp

[in] HNLBAdapter object handle.

pfOnThreadEnd

[in] Event handler function address. This function must be declared as HNFN_THREADEND.

Param

[in] Event handler parameter. This parameter is sent to the event handler each time it is called.

Return values:

If the function succeeds the return value will be the value of the pfOnThreadEnd parameter.

Description:

Use LbAdpSetOnThreadEnd to set the address and the parameter value for the OnThreadEnd event handler. his event handler is called in the context of the component thread during LbAdpCloseAdapter function execution.

See also:HNLBAdapter, HNFN_THREADEND, LbAdpCloseAdapter