Namespace: Nefarius.Utilities.DeviceManagement.Util
Utility methods for handling NTSTATUS values.
public static class NtStatusUtil
Inheritance Object → NtStatusUtil
Converts an NTSTATUS value to a WIN32_ERROR.
public static int ConvertNtStatusToWin32Error(uint ntStatus)
ntStatus
UInt32
The NTSTATUS value to convert.
The converted Win32 error code.
Remarks: