mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
Implement Qualcomm Sahara VIP and fix a few bugs
* Qualcomm Sahara VIP * Project Cleanup * Allow unlocking an already unlocked phone
This commit is contained in:
@@ -25,9 +25,13 @@ namespace MadWizard.WinUSBNet.API
|
||||
{
|
||||
}
|
||||
|
||||
public APIException() : base()
|
||||
{
|
||||
}
|
||||
|
||||
public static APIException Win32(string message)
|
||||
{
|
||||
return APIException.Win32(message, Marshal.GetLastWin32Error());
|
||||
return Win32(message, Marshal.GetLastWin32Error());
|
||||
|
||||
// TEST!!
|
||||
// int ErrorCode = Marshal.GetLastWin32Error();
|
||||
|
||||
Reference in New Issue
Block a user