I don’t use it, but that method is pretty simple:
public WlanClient()
{
Wlan.ThrowIfError(
Wlan.WlanOpenHandle(Wlan.WLAN_CLIENT_VERSION_XP_SP2, IntPtr.Zero, out negotiatedVersion, out clientHandle));
try
{
Wlan.WlanNotificationSource prevSrc;
wlanNotificationCallback = OnWlanNotification;
Wlan.ThrowIfError(
Wlan.WlanRegisterNotification(clientHandle, Wlan.WlanNotificationSource.All, false, wlanNotificationCallback, IntPtr.Zero, IntPtr.Zero, out prevSrc));
}
catch
{
Close();
throw;
}
}
Where is the dll stored? It might be that, as opposed to anything else…
--
You received this message because you are subscribed to the Google Groups "ntsysadmin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
ntsysadmin+...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/ntsysadmin/CADy1Ce7reTp_BF8tNdz%2Bv9rm%3DJyOYZuD9-m-8_PqTVTy0mqkgg%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/ntsysadmin/d475f209095141a08721476d51a4b155%40smithcons.com.
To view this discussion visit https://groups.google.com/d/msgid/ntsysadmin/c126ca14-acc8-4056-a48a-7ebffa5db091n%40googlegroups.com.