.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlNtStatusToDosErrorNoTeb 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlNtStatusToDosErrorNoTeb\fR (NTDLL.@) .SH SYNOPSIS ULONG RtlNtStatusToDosErrorNoTeb ( NTSTATUS \fIstatus\fR ) .SH DESCRIPTION .PP Convert an \fBNTSTATUS\fR code to a Win32 error code. .SH PARAMS \fIstatus\fR \fB[In]\fR Nt error code to map. .PP .SH RETURNS .PP The mapped Win32 error code, or \fBERROR_MR_MID_NOT_FOUND\fR if there is no mapping defined. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/error.c"\fR. .PP Debug channel \fB"ntdll"\fR.