示例#1
0
 public static extern int WlanRegisterNotification(
     [In] IntPtr clientHandle,
     [In] WlanNotificationSource notifSource,
     [In] bool ignoreDuplicate,
     [In] WlanNotificationCallbackDelegate funcCallback,
     [In] IntPtr callbackContext,
     [In] IntPtr reserved,
     [Out] out WlanNotificationSource prevNotifSource);
示例#2
0
 internal static extern uint WlanRegisterNotification(
     [In] WlanHandle clientHandle,
     [In] WlanNotificationSource notificationSource,
     [In] bool ignoreDuplicate,
     [In] WlanNotificationCallback notificationCallback,
     [In] IntPtr callbackContext,
     IntPtr reserved,
     [Out] out WlanNotificationSource previousNotificationSource);
示例#3
0
 internal static extern int WlanRegisterNotification(
     [In] IntPtr hClientHandle,
     [In] WlanNotificationSource dwNotifSource,
     [In] bool bIgnoreDuplicate,
     [In, Optional] WlanNotificationCallbackDelegate funcCallback,
     [In, Optional] IntPtr pCallbackContext,
     [In, Out] IntPtr pReserved,
     [Out, Optional] out WlanNotificationSource pdwPrevNotifSource
     );
示例#4
0
 protected WlanEventArgs(WlanNotificationSource source)
 {
     NotificationSource = source;
 }
示例#5
0
文件: Wlan.cs 项目: rvong/wifiguy
 public static extern int WlanRegisterNotification([In] IntPtr clientHandle, [In] WlanNotificationSource notifSource, [In] bool ignoreDuplicate, [In] WlanNotificationCallbackDelegate funcCallback, [In] IntPtr callbackContext, [In] IntPtr reserved, out WlanNotificationSource prevNotifSource);
示例#6
0
 internal static extern uint WlanRegisterNotification(IntPtr hClientHandle, WlanNotificationSource dwNotifSource, bool bIgnoreDuplicate, WlanNotificationEventHandler funcCallback, IntPtr pCallbackContext, IntPtr pReserved, [Out] out WlanNotificationSource pdwPrevNotifSource);
示例#7
0
 internal static extern uint WlanRegisterNotification(IntPtr hClientHandle, WlanNotificationSource dwNotifSource, bool bIgnoreDuplicate, WlanNotificationEventHandler funcCallback, IntPtr pCallbackContext, IntPtr pReserved, [Out] out WlanNotificationSource pdwPrevNotifSource);