Packet Sniffer SDK DLL Edition

HNAdapter :: Properties :: AdpGetReceiveQueue

 Previous Next

Returns the handle of HNQueue object.

Syntax:

HANDLE __stdcall AdpGetReceiveQueue(HANDLE hAdp);

Parameters:

hAdp

[in] HNAdapter object handle.

Return values:

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

Description:

Use AdpGetReceiveQueue to check the ReceiveQueue property of HNAdapter object.

See also:HNAdapter, HNQueue, AdpSetReceiveQueue