RtlNtStatusToDosErrorNoTeb (NTDLL.@)
ULONG RtlNtStatusToDosErrorNoTeb ( NTSTATUS status )
Convert an NTSTATUS code to a Win32 error code.
status | [In] | Nt error code to map. |
The mapped Win32 error code, or ERROR_MR_MID_NOT_FOUND if there is no mapping defined.
Defined in "winternl.h".
Implemented in "dlls/ntdll/error.c". source.winehq.org/source/dlls/ntdll/error.c
Debug channel "ntdll".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.