RtlRestoreLastWin32Error - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

NTSYSAPI
VOID
NTAPI
RtlRestoreLastWin32Error(
    _In_ LONG Win32Error
    );

#endif

View code on GitHub
#ifndef _NTRTL_FWD_H
// begin_forwarders
#ifndef PHNT_INLINE_NAME_FORWARDERS

#define RtlRestoreLastWin32Error RtlSetLastWin32Error

#endif
// end_forwarders
#endif

View code on GitHub

No description available.