Desktop Functions: Smart Device Functions:
|
Search Results for "WLAN_NOTIFICATION_SOURCE" in [All]wlanapi
IntPtr hClientHandle, WLAN_NOTIFICATION_SOURCE dwNotifSource,
[Out] out WLAN_NOTIFICATION_SOURCE pdwPrevNotifSource);
Public Shared Function WlanRegisterNotification(ByVal hClientHandle As IntPtr, ByVal dwNotifSource As WLAN_NOTIFICATION_SOURCE,
<Out()> ByRef pdwPrevNotifSource As WLAN_NOTIFICATION_SOURCE) As UInteger Structures
public WLAN_NOTIFICATION_SOURCE notificationSource;
if (notificationSource == WLAN_NOTIFICATION_SOURCE.MSM)
else if (notificationSource == WLAN_NOTIFICATION_SOURCE.ACM)
Public notificationSource As WLAN_NOTIFICATION_SOURCE
If notificationSource = WLAN_NOTIFICATION_SOURCE.ACM Then Enums |