Share via


Dot11ExtFreeBuffer (Compact 2013)

3/26/2014

The IHV Extensions DLL calls this function to free memory that was allocated through a call to Dot11ExtAllocateBuffer.

Syntax

VOID WINAPI Dot11ExtFreeBuffer(
    LPVOID  pvMemory
);

Parameters

  • pvMemory
    [in] A pointer to the buffer to be freed. If the value of pvMemory is NULL, the Dot11ExtFreeBuffer function returns immediately.

Return Value

None.

Remarks

The IHV Extension DLL must not call the Dot11ExtFreeBuffer function for any variable-length buffer allocated inside an IHV handler function and passed to the operating system through a parameter to the function. In this situation, the operating system is responsible for freeing the buffer after the return of the IHV Handler function.

For more information about the IHV Handler functions, see Native 802.11 IHV Handler Functions.

Requirements

Header

wlanihv.h

See Also

Reference

Native 802.11 IHV Extensibility Functions
Dot11ExtAllocateBuffer
Native 802.11 IHV Handler Functions
Native 802.11 IHV Extensions DLL