WlanFreeMemory (Compact 2013)
3/26/2014
This function frees memory. Any memory returned from Native Wifi functions must be freed.
Syntax
VOID WINAPI WlanFreeMemory(
__in PVOID pMemory
);
Parameters
- pMemory
Pointer to the memory that is to be freed
Return Values
None
Remarks
If pMemory points to memory that has already been freed, an access violation or heap corruption might occur.
See Also
Reference
Native Wi-Fi Functions
WlanAllocateMemory
Native Wi-Fi Reference