Scroll to navigation

RtlNtStatusToDosError(3w) Wine API 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

Declared in "winternl.h".
Implemented in "dlls/ntdll/error.c".
Debug channel "ntdll".
Oct 2012 Wine API