Bug Fix #102 - Ignore WLAN service disabled

This commit is contained in:
Gary Sharp
2016-10-10 15:35:32 +11:00
parent 1dfa3f4f15
commit 062769a7e3
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ namespace Disco.Client.Interop.Native
public const int ERROR_SUCCESS = 0;
public const int ERROR_INVALID_PARAMETER = 87;
public const int ERROR_NOT_ENOUGH_MEMORY = 8;
public const int ERROR_SERVICE_NOT_ACTIVE = 1062; // The service has not been started.
/// <summary>
/// The WlanOpenHandle function opens a connection to the server.