RtlNtStatusToDosErrorNoTeb.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "winternl.h".

Implemented in "dlls/ntdll/error.c".

Debug channel "ntdll".