Share via


Dot11ExtIhvSendPacketCompletion (Compact 2013)

3/26/2014

The operating system calls this function to complete the send of a packet. The IHV Extensions DLL initiated the packet send by calling the Dot11ExtSendPacket function.

Syntax

DWORD WINAPI Dot11ExtIhvSendPacketCompletion(
    HANDLE hSendCompletion
);

Parameters

  • hSendCompletion
    The handle value that the IHV Extensions DLL used to identify the packet when it called the Dot11ExtSendPacket function.

Return Value

If the call succeeds, the function returns ERROR_SUCCESS. Otherwise, it returns an error code defined in Winerror.h.

Remarks

When the operating system calls the Dot11ExtIhvSendPacketCompletion function, the IHV Extensions DLL can free the resources it allocated for the packet send.

Requirements

Header

wlanihv.h

See Also

Reference

Native 802.11 IHV Handler Functions
Dot11ExtSendPacket
Native 802.11 IHV Extensions DLL