CONTEXT_ALIGN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H
#if defined(_AMD64_) || defined(_ARM64_) || defined(_ARM64EC_)

#define CONTEXT_ALIGN 0x10

#endif
#endif

View code on GitHub
#ifndef _NTRTL_H
#if defined(_AMD64_) || defined(_ARM64_) || defined(_ARM64EC_)
// ...
#else

#define CONTEXT_ALIGN 0x8

#endif
#endif

View code on GitHub

No description available.