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". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/error.c". https://source.winehq.org/source/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 Mar 2024.