Scroll to navigation

RtlNtStatusToDosErrorNoTeb(3w) Wine API RtlNtStatusToDosErrorNoTeb(3w)

NAME

RtlNtStatusToDosErrorNoTeb (NTDLL.@)

SYNOPSIS

ULONG RtlNtStatusToDosErrorNoTeb
(
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