DOS_MAX_COMPONENT_LENGTH - NtDoc

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

//
// Maximum length of a filename string
//

#define DOS_MAX_COMPONENT_LENGTH 255

#endif

View code on GitHub
#ifndef _NTPEBTEB_H
#ifndef DOS_MAX_COMPONENT_LENGTH

#define DOS_MAX_COMPONENT_LENGTH 255

#endif
#endif

View code on GitHub

NtDoc

No description available.