NTWMI_BITSIZE - NtDoc

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

//
// MM related hooks
//

#define NTWMI_BITSIZE(type) (sizeof(type) * 8)

#endif

View code on GitHub

No description available.