AlpcMaxAllowedMessageLength - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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
    );

// end_private
#endif

View code on GitHub

NtDoc

No description available.