POINTER_ALIGNMENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _PHNT_NTDEF_H
#if defined(_WIN64)

#define POINTER_ALIGNMENT DECLSPEC_ALIGN(8)

#endif
#endif

View code on GitHub

No description available.