IDot11ExtUIProperty::Dot11ExtUIPropertyHasConfigurationUI method

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 IDot11ExtUIProperty::Dot11ExtUIPropertyHasConfigurationUI method allows the Native 802.11 IHV UI Extensions DLL to specify whether the property extension has a configuration UI that can be displayed.

Syntax

HRESULT Dot11ExtUIPropertyHasConfigurationUI(
  [out] BOOL *fHasConfigurationUI
);

Parameters

  • fHasConfigurationUI [out]
    A pointer to a Boolean value that, if TRUE, specifies that the property extension has a configuration UI that can be displayed.

    Note  If the method sets * fHasConfigurationUI to FALSE, the other methods in the IDot11ExtUIProperty COM Interface implementation for the property extension must return E_NOTIMPL.

     

Return value

If the call succeeds, the method returns S_OK.

If the call fails, the method returns the appropriate error code defined in Winerror.h.

Remarks

After the Native 802.11 IHV UI Extensions DLL returns the list of property extensions through the IDot11ExtUI::GetDot11ExtUIProperties method, the operating system calls each extension's IDot11ExtUIProperty::Dot11ExtUIPropertyHasConfigurationUI method to determine whether the extension supports a custom connectivity or security UI.

For more information about extending the standard 802.11 connectivity or security UI, see Extending the Property Pages for Wireless Network Profiles.

Requirements

Target platform

Desktop

Minimum support

Available in Windows Vista and later versions of the Windows operating systems.

IDL

Wlanihvui.idl

See also

IDot11ExtUI::GetDot11ExtUIProperties

IDot11ExtUIProperty COM Interface

 

 

Send comments about this topic to Microsoft