WiFi Framework C++ Edition

◆ OnAcmConnectionAttemptFail()

__event void OnAcmConnectionAttemptFail ( void *  Sender,
const GUID &  IfaceId,
const wclWiFiAcmConnectionEventData Data 
)

The event fires when a connection attempt has failed.

A connection consists of one or more connection attempts. An application may receive zero or more OnAcmConnectionAttemptFail events between receiving the OnAcmConnectionStart event and the OnAcmConnectionComplete event.

Parameters
SenderThe object initiates the event.
IfaceIdThe interface's ID on which the event is for.
DataContains information about connection related event.
See also
wclWiFiAcmConnectionEventData