#ifndef _NTRTL_H
NTSYSAPI
VOID
NTAPI
RtlRestoreLastWin32Error(
_In_ LONG Win32Error
);
View code on GitHub
/*
* RTL forward symbol typedefs
*
* This file is part of System Informer.
*/
#ifndef _NTRTL_FWD_H
// begin_forwarders
#ifndef PHNT_INLINE_NAME_FORWARDERS
#define RtlRestoreLastWin32Error RtlSetLastWin32Error
View code on GitHub
No description available.