RtlNtStatusToDosError (NTDLL.@)
ULONG RtlNtStatusToDosError ( 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.
Declared in "include/wine/server.h". gitlab.winehq.org/wine/wine/blob/master/include/wine/server.h
Implemented in "dlls/ntdll/error.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/error.c
Debug channel "ntdll".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.