IDot11ExtUI interface
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 IDot11ExtUI COM Interface allows the Native 802.11 Network Configuration UI to interact with the Native 802.11 IHV UI Extensions DLL. For more information about the Native 802.11 Network Configuration UI component, see Native 802.11 Software Architecture.
Members
The IDot11ExtUI interface inherits from the IUnknown interface. IDot11ExtUI also has these types of members:
- Methods
Methods
The IDot11ExtUI interface has these methods.
Method | Description |
---|---|
IDot11ExtUI::GetDot11ExtUIBalloonText | Prepares the text for a balloon notification. |
IDot11ExtUI::GetDot11ExtUiFriendlyName | Retrieves the friendly name of the independent hardware vendor (IHV). |
IDot11ExtUI::GetDot11ExtUIProperties | Retrieves a list of extensions to the operating system's 802.11 connectivity or security properties. |
Remarks
The Native 802.11 IHV UI Extensions DLL must provide an implementation of the IDot11ExtUI COM Interface. The INF file used to install the IHV Extensions DLL must create a UIExtensibilityCLSID registry key. This key registers the COM class identifier (CLSID) of the implementation of the IDot11ExtUI COM Interface within the Native 802.11 IHV UI Extensions DLL. For more information about this registry key, see Installing Native 802.11 IHV Extensions.
Requirements
Minimum support |
Available in Windows Vista and later versions of the Windows operating systems. |
IDL |
Wlanihvui.idl |