#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
);
View code on GitHubNo description available.