#ifndef _NTLDR_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#define NAME_FROM_RESOURCE_ENTRY(RootDirectory, Entry) \
((Entry)->NameIsString ? (ULONG_PTR)((ULONG_PTR)(RootDirectory) + (ULONG_PTR)((Entry)->NameOffset)) : (Entry)->Id)
View code on GitHub
No description available.