#ifndef _NTLPCAPI_H
// begin_private
/**
* The AlpcGetMessageAttribute routine retrieves a specific ALPC message attribute.
*
* \param Buffer Pointer to the initialized message attribute buffer.
* \param AttributeFlag The attribute flag to locate.
* \return PVOID Pointer to the requested attribute structure, or NULL if not found.
*/
NTSYSAPI
PVOID
NTAPI
AlpcGetMessageAttribute(
_In_ PALPC_MESSAGE_ATTRIBUTES Buffer,
_In_ ULONG AttributeFlag
);
View code on GitHubNo description available.