コード例 #1
0
ファイル: Interop.cs プロジェクト: OlgaBondareva/IIPY
 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);