Closed derek-will closed 2 years ago
Currently have to call System.Runtime.InteropServices.Marshal.GetLastWin32Error() to retrieve the errno associated with a failed function call.
System.Runtime.InteropServices.Marshal.GetLastWin32Error()
A simple and Linux-friendly facade would add value.
Currently have to call
System.Runtime.InteropServices.Marshal.GetLastWin32Error()
to retrieve the errno associated with a failed function call.A simple and Linux-friendly facade would add value.