DOT11EXTIHV_DEINIT_ADAPTER callback function (wlanihv.h)
Syntax
DOT11EXTIHV_DEINIT_ADAPTER Dot11extihvDeinitAdapter;
void Dot11extihvDeinitAdapter(
[in, optional] HANDLE hIhvExtAdapter
)
{...}
Parameters
[in, optional] hIhvExtAdapter
The handle used by the IHV Extensions DLL to reference the WLAN adapter. This handle value was specified through a previous call to the Dot11ExtIhvInitAdapter IHV Handler function.
Return value
None
Remarks
The operating system calls the Dot11ExtIhvDeinitAdapter function whenever a WLAN adapter becomes unavailable and is disabled for use, such as when a PCMCIA adapter is removed.
The operating system also calls the Dot11ExtIhvDeinitAdapter function for every adapter managed by the IHV Extensions DLL before the operating system unloads the DLL. In this situation, the operating system calls the Dot11ExtIhvDeinitService IHV Handler function after the last WLAN adapter has been halted through a call to the Dot11ExtIhvDeinitAdapter function.
For more information about operations that are performed when the WLAN adapter is removed, see 802.11 WLAN Adapter Removal.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Target Platform | Desktop |
Header | wlanihv.h (include Wlanihv.h) |