PORT_MAXIMUM_MESSAGE_LENGTH - NtDoc

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

#define PORT_MAXIMUM_MESSAGE_LENGTH 512

#endif
#endif

View code on GitHub
#ifndef _NTLPCAPI_H
#ifdef _WIN64
// ...
#else

#define PORT_MAXIMUM_MESSAGE_LENGTH 256

#endif
#endif

View code on GitHub

No description available.