public delegate void WLAN_NOTIFICATION_CALLBACK(ref WLAN_NOTIFICATION_DATA notificationData, IntPtr context);
[DllImport("Wlanapi.dll", EntryPoint = "WlanRegisterNotification")]
public static extern uint WlanRegisterNotification(
IntPtr hClientHandle, WLAN_NOTIFICATION_SOURCE dwNotifSource,
bool bIgnoreDuplicate, WLAN_NOTIFICATION_CALLBACK funcCallback,
IntPtr pCallbackContext, IntPtr pReserved,
[Out] out WLAN_NOTIFICATION_SOURCE pdwPrevNotifSource);
Public Delegate Sub WLAN_NOTIFICATION_CALLBACK(ByRef notificationData As WLAN_NOTIFICATION_DATA, ByVal context As IntPtr)
<DllImport("Wlanapi.dll", EntryPoint:="WlanRegisterNotification")> _
Public Shared Function WlanRegisterNotification(ByVal hClientHandle As IntPtr, ByVal dwNotifSource As WLAN_NOTIFICATION_SOURCE,
ByVal bIgnoreDuplicate As Boolean, ByVal funcCallback As WLAN_NOTIFICATION_CALLBACK,
ByVal pCallbackContext As IntPtr, ByVal pReserved As IntPtr, _
<Out()> ByRef pdwPrevNotifSource As WLAN_NOTIFICATION_SOURCE) As UInteger
End Function
Do you know one? Please contribute it!
None.
Please add some!
Please add some!