Re: [PATCH] util: win32: Write hex value when can't get error message

2025-07-19 Thread Markus Armbruster
Kostiantyn Kostiuk writes: > g_win32_error_message - translate a Win32 error code > (as returned by GetLastError()) into the corresponding message. > > In the same time, we call error_setg_win32_internal with > error codes from different Windows componets like VSS or > Performance monitor that pr

Re: [PATCH] util: win32: Write hex value when can't get error message

2025-07-17 Thread Yan Vugenfirer
On Thu, Jul 17, 2025 at 5:59 PM Kostiantyn Kostiuk wrote: > > g_win32_error_message - translate a Win32 error code > (as returned by GetLastError()) into the corresponding message. > > In the same time, we call error_setg_win32_internal with > error codes from different Windows componets like VSS

[PATCH] util: win32: Write hex value when can't get error message

2025-07-17 Thread Kostiantyn Kostiuk
g_win32_error_message - translate a Win32 error code (as returned by GetLastError()) into the corresponding message. In the same time, we call error_setg_win32_internal with error codes from different Windows componets like VSS or Performance monitor that provides different codes and can't be conv