Vanara/PInvoke/Shared/WinError
dahall 7b44c23bda Added DRT.dll library 2020-08-31 16:55:50 -06:00
..
HRESULT.Values.cs Added DRT.dll library 2020-08-31 16:55:50 -06:00
HRESULT.cs Added missing HRESULT Facility enum values 2020-05-11 10:24:59 -06:00
IErrorProvider.cs Derived all error structures from IErrorProvider 2019-03-02 11:09:00 -07:00
NTStatus.Values.cs MAJOR BREAKING CHANGE: Changed underlying type of HRESULT and NTStatus to Int32 and Win32Error to UInt32 (reversed) due to a major miss on my part in reading the header files. Sorry everyone. 2020-04-27 21:25:47 -06:00
NTStatus.cs Fixed issues when converting from UInt32 and FormatMessage when no message was found. 2020-05-04 12:41:26 -06:00
Win32Error.Values.cs Removed duplicates 2020-08-30 21:14:24 -06:00
Win32Error.cs BREAKING CHANGE: Due to performance, changed IMemoryMethods and ISimpleMemoryMethods to contain method signatures instead of properties of method delegates. Then changed all derived memory classes to new interface definition. I believe most of this only affects internal classes so hopefully not a huge effect on your code. 2020-07-20 09:48:32 -06:00