RTL_NUM_ALIGN_DOWN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H
#ifndef RTL_NUM_ALIGN_DOWN

#define RTL_NUM_ALIGN_DOWN(Number, Alignment) ((Number) - ((Number) & ((Alignment) - 1)))

#endif
#endif

View code on GitHub

NtDoc

No description available.