// wlanihv.h
DOT11EXTIHV_DEINIT_SERVICE Dot11extihvDeinitService;
VOID Dot11extihvDeinitService()
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Important The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
The operating system calls the Dot11ExtIhvDeinitService function to halt the IHV Extensions DLL.
DOT11EXTIHV_DEINIT_SERVICE Dot11ExtIhvDeinitService;
VOID APIENTRY Dot11ExtIhvDeinitService(
VOID
)
{ ... }
When the Dot11ExtIhvDeinitService function is called, the IHV Extensions DLL must be brought to a state that it can safely be unloaded by the operating system. The DLL must follow these guidelines when this function is called.