#ifndef _NTLDR_H #define LDR_IS_DATAFILE(DllHandle) (((ULONG_PTR)(DllHandle)) & (ULONG_PTR)1) #endif View code on GitHub
No description available.