#ifndef _NTWMI_H #define PERFINFO_ROUND_UP(Size, Amount) (((ULONG)(Size) + ((Amount) - 1)) & ~((Amount) - 1)) #endif View code on GitHub
No description available.