RtlGuardRestoreContext - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
/*
 * RTL forward symbol typedefs
 *
 * This file is part of System Informer.
 */
#ifndef _NTRTL_FWD_H
// Note: ntdll symbols and exports define these forwarders:
// begin_forwarders
#ifndef PHNT_INLINE_NAME_FORWARDERS

#define RtlGuardRestoreContext RtlRestoreContext

#endif
// end_forwarders
#endif

View code on GitHub

No description available.