#ifndef _NTBCD_H #define MAKE_BCDE_DATA_TYPE(Class, Format, Subtype) \ (((((ULONG)Class) & 0xF) << 28) | ((((ULONG)Format) & 0xF) << 24) | (((ULONG)Subtype) & 0x00FFFFFF)) #endif View code on GitHub
No description available.