Packet Sniffer SDK DLL Edition

HNAdapter :: Properties :: AdpGetSendQueue

 Previous Next

Returns the handle of HNQueue object for packets sending.

Syntax:

HANDLE __stdcall AdpGetSendQueue(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 AdpGetSendQueue to check the SendQueue property of HNAdapter object.

See also:HNAdapter, HNQueue, AdpSetSendQueue