WLAN_NOTIFICATION_CALLBACK (Compact 2013)

3/26/2014

This callback function prototype defines the type of notification callback function.

Syntax

TYPEDEF VOID (WLAN_NOTIFICATION_CALLBACK)(
    PWLAN_NOTIFICATION_DATA,
    PVOID 
);

Parameters

  • Pointer to a WLAN_NOTIFICATION_DATA structure that contains the notification information
  • Pointer to the context information that is provided by the client when it registered for the notification

See Also

Reference

Native Wi-Fi Functions
WLAN_NOTIFICATION_DATA
WlanRegisterNotification
Native Wi-Fi Reference