RtlNtStatusToDosError(3w)
NAME
RtlNtStatusToDosError (NTDLL.@)
SYNOPSIS
ULONG RtlNtStatusToDosError
(
NTSTATUS status
)
DESCRIPTION
Convert an NTSTATUS code to a Win32 error code.
PARAMS
status [In] Nt error code to map.
RETURNS
The mapped Win32 error code, or ERROR_MR_MID_NOT_FOUND if there is no
mapping defined.
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/error.c".
- Debug channel "ntdll".