#ifndef _NTLPCAPI_H
// begin_private
//
// Support functions
//
/**
* The AlpcMaxAllowedMessageLength routine retrieves the maximum allowed ALPC message length.
*
* \return ULONG The maximum allowed message length.
*/
NTSYSAPI
ULONG
NTAPI
AlpcMaxAllowedMessageLength(
VOID
);
View code on GitHubNo description available.