mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
Function renames, code base refactor
Some function names renamed to avoid confusion, some function annotations added.
This commit is contained in:
@@ -88,7 +88,7 @@ EXIT_ROUTINE:
|
||||
if (Result != S_OK)
|
||||
dwError = Win32FromHResult(Result);
|
||||
else
|
||||
dwError = GetLastErrorEx();
|
||||
dwError = GetLastErrorFromTeb();
|
||||
}
|
||||
|
||||
if (Urlmon)
|
||||
@@ -185,7 +185,7 @@ EXIT_ROUTINE:
|
||||
if (Result != S_OK)
|
||||
dwError = Win32FromHResult(Result);
|
||||
else
|
||||
dwError = GetLastErrorEx();
|
||||
dwError = GetLastErrorFromTeb();
|
||||
}
|
||||
|
||||
if (Urlmon)
|
||||
|
||||
Reference in New Issue
Block a user