AlpcGetMessageAttribute - NtDoc

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

// end_private
#endif

View code on GitHub

NtDoc

No description available.