ALPC_MESSAGE_INFORMATION_CLASS - NtDoc

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

// private
typedef enum _ALPC_MESSAGE_INFORMATION_CLASS
{
    AlpcMessageSidInformation,              // q: out SID   // Returns the sender/effective token SID for the message.
    AlpcMessageTokenModifiedIdInformation,  // q: out LUID  // Returns the token ModifiedId as a LUID.
    AlpcMessageDirectStatusInformation,     // q: VOID      // Returns the direct ALPC message operation has reached its completed state.
    AlpcMessageHandleInformation,           // q: ALPC_MESSAGE_HANDLE_INFORMATION
    MaxAlpcMessageInfoClass
} ALPC_MESSAGE_INFORMATION_CLASS, *PALPC_MESSAGE_INFORMATION_CLASS;

#endif

View code on GitHub

NtDoc

No description available.