Packet Sniffer SDK DLL Edition

HNLBAdapter :: Properties :: LbAdpGetReceiveQueue

 Previous Next

Returns the handle of HNQueue object.

Syntax:

HANDLE __stdcall LbAdpGetReceiveQueue(HANDLE hLbAdp);

Parameters:

hLbAdp

[in] HNLBAdapter object handle.

Return values:

If the function succeeds the return value will be the HNQueue handle, otherwise the returned value is NULL.

Description:

Use LbAdpGetReceiveQueue to check the ReceiveQueue property of HNLBAdapter object.

ReceiveQueue property may be used in the Ethernet emulation mode only (see HNLBAdapter.EthEmulation[Get/Set]).
See also:HNLBAdapter, HNQueue, LbAdpSetReceiveQueue