Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Syntax
DOT11EXTIHV_ADAPTER_RESET Dot11extihvAdapterReset;
DWORD Dot11extihvAdapterReset(
[in, optional] HANDLE hIhvExtAdapter
)
{...}
Parameters
[in, optional] hIhvExtAdapter
The handle used by the IHV Extensions DLL to reference the WLAN adapter. This handle value was specified through a previous call to the Dot11ExtIhvInitAdapter IHV Handler function.
Return value
If the call succeeds, the function returns ERROR_SUCCESS. Otherwise, it returns an error code defined in Winerror.h.
Remarks
The operating system calls Dot11ExtIhvAdapterReset whenever one of the following events occurs.
- The WLAN adapter performs a disconnection operation. For more information about this operation, see Disconnection Operations.
- The operating system resets the Native 802.11 miniport driver, which manages the adapter, through a set request of OID_DOT11_RESET_REQUEST.
For more information about the reset operation for WLAN adapters, see 802.11 WLAN Adapter Reset.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Target Platform | Desktop |
Header | wlanihv.h (include Wlanihv.h) |