RtlSetLastWin32ErrorAndNtStatusFromNtStatus.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

RtlSetLastWin32ErrorAndNtStatusFromNtStatus (NTDLL.@)

SYNOPSIS

void RtlSetLastWin32ErrorAndNtStatusFromNtStatus
 (
  NTSTATUS status
 )

DESCRIPTION

Set the per-thread status and error values.

PARAMS

err [In] The new status value to set.

RETURNS

Nothing.

IMPLEMENTATION

Defined in "winternl.h".

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

Debug channel "ntdll".