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

No description available.