共用方式為


wlanapi.h (WLAN_AUTOCONF_OPCODE 列舉)

WLAN_AUTOCONF_OPCODE列舉型別會指定自動組態參數。

語法

typedef enum _WLAN_AUTOCONF_OPCODE {
  wlan_autoconf_opcode_start = 0,
  wlan_autoconf_opcode_show_denied_networks,
  wlan_autoconf_opcode_power_setting,
  wlan_autoconf_opcode_only_use_gp_profiles_for_allowed_networks,
  wlan_autoconf_opcode_allow_explicit_creds,
  wlan_autoconf_opcode_block_period,
  wlan_autoconf_opcode_allow_virtual_station_extensibility,
  wlan_autoconf_opcode_end
} WLAN_AUTOCONF_OPCODE, *PWLAN_AUTOCONF_OPCODE;

備註

自動設定模組 (ACM) 、Windows Vista 和更新版本支援的無線設定元件會使用WLAN_AUTOCONF_OPCODE列舉類型。

WLAN_AUTOCONF_OPCODE會指定傳遞給WlanQueryAutoConfigParameterWlanSetAutoConfigParameter函式之OpCode參數的可能值。

規格需求

   
最低支援的用戶端 Windows 10組建 20348
最低支援的伺服器 Windows 10組建 20348
標頭 wlanapi.h

另請參閱

WlanQueryAutoConfigParameter

WlanSetAutoConfigParameter