@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: 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); !!!!VB Signature: 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 !!!!User-Defined Types: [WLAN_NOTIFICATION_DATA] !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: WlanRegisterNotification@msdn on MSDN
Edit wlanapi.WlanRegis...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.