#ifndef _NTRTL_H
NTSYSAPI UNICODE_STRING RtlAlternateDosPathSeperatorString;
View code on GitHub
#ifndef _NTRTL_H
#ifndef PHNT_INLINE_SEPERATOR_STRINGS
#define RtlAlternateDosPathSeperatorString ((UNICODE_STRING)RTL_CONSTANT_STRING(L"/"))
View code on GitHub
No description available.