RtlDosPathSeperatorsString - NtDoc

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

NTSYSAPI UNICODE_STRING RtlDosPathSeperatorsString;

#endif

View code on GitHub
#ifndef _NTRTL_H
#ifndef PHNT_INLINE_SEPERATOR_STRINGS

#define RtlDosPathSeperatorsString ((UNICODE_STRING)RTL_CONSTANT_STRING(L"\\/"))

#endif
#endif

View code on GitHub

No description available.