NtStatusToWin32Error Method
Converts a native status code to a Win32 error code.
Syntax
public int ntStatusToWin32Error(int status);
Remarks
This method converts the native status code specified by Status to a Win32 error code. If the specified native status code does not map directly to a Win32 error code, this method returns ERROR_MR_MID_NOT_FOUND (317).