RtlNtdllName - NtDoc

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

// Data exports (ntdll.lib/ntdllp.lib)

NTSYSAPI PWSTR RtlNtdllName;

#endif

View code on GitHub
#ifndef _NTRTL_H
#ifndef PHNT_INLINE_SEPERATOR_STRINGS

#define RtlNtdllName L"ntdll.dll"

#endif
#endif

View code on GitHub

No description available.