RTL_NUM_ALIGN_UP - NtDoc

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

#define RTL_NUM_ALIGN_UP(Number, Alignment) RTL_NUM_ALIGN_DOWN((Number) + (Alignment) - 1, (Alignment))

#endif
#endif

View code on GitHub

NtDoc

No description available.