AlpcGetCompletionListMessageAttributes - NtDoc

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

/**
 * The AlpcGetCompletionListMessageAttributes routine retrieves attributes for a message in an ALPC completion list.
 *
 * \param CompletionList Pointer to the completion list.
 * \param Message Pointer to the message.
 * \return PALPC_MESSAGE_ATTRIBUTES Pointer to the message attributes.
 */
NTSYSAPI
PALPC_MESSAGE_ATTRIBUTES
NTAPI
AlpcGetCompletionListMessageAttributes(
    _In_ PVOID CompletionList,
    _In_ PPORT_MESSAGE Message
    );

// end_private
#endif

View code on GitHub

NtDoc

No description available.