Dot11ExtIhvDeinitAdapter (Compact 2013)
3/26/2014
The operating system calls this function to have the IHV Extensions DLL stop all operations for the wireless LAN (WLAN) adapter, and free any resources that are allocated for the station.
Syntax
VOID WINAPI Dot11ExtIhvDeinitAdapter(
HANDLE hIhvExtAdapter
);
Parameters
- hIhvExtAdapter
[in] The handle that is used by the IHV Extensions DLL to reference the WLAN adapter.
Return Value
None.
Remarks
The operating system calls the Dot11ExtIhvDeinitAdapter function when a WLAN adapter becomes unavailable and is disabled for use.
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 stopped through a call to the Dot11ExtIhvDeinitAdapter function.
Requirements
Header |
wlanihv.h |
See Also
Reference
Native 802.11 IHV Handler Functions
Dot11ExtIhvInitAdapter
Dot11ExtIhvDeinitService
Native 802.11 IHV Extensions DLL