コード例 #1
0
 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);
コード例 #2
0
ファイル: wlanapi.cs プロジェクト: NikithShetty/Virtual-wifi
 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);