#ifndef _NTRTL_H
#if !defined(PHNT_INLINE_SEPERATOR_STRINGS)
#define RtlNtPathSeperatorString ((CONST UNICODE_STRING)RTL_CONSTANT_STRING(L"\\"))
View code on GitHub
#ifndef _NTRTL_H
#if !defined(PHNT_INLINE_SEPERATOR_STRINGS)
// ...
#else
NTSYSAPI UNICODE_STRING RtlNtPathSeperatorString;
View code on GitHub
No description available.