DECLSPEC_NOALIAS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H
#ifndef DECLSPEC_NOALIAS
#if _MSC_VER < 1900
// ...
#else

#define DECLSPEC_NOALIAS __declspec(noalias)

#endif
#endif
#endif

View code on GitHub

No description available.