We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0dbc7 commit c374b49Copy full SHA for c374b49
phnt/include/ntlpcapi.h
@@ -579,9 +579,20 @@ typedef enum _ALPC_MESSAGE_INFORMATION_CLASS
579
{
580
AlpcMessageSidInformation, // q: out SID
581
AlpcMessageTokenModifiedIdInformation, // q: out LUID
582
+ AlpcMessageDirectStatusInformation,
583
+ AlpcMessageHandleInformation, // ALPC_MESSAGE_HANDLE_INFORMATION
584
MaxAlpcMessageInfoClass
585
} ALPC_MESSAGE_INFORMATION_CLASS, *PALPC_MESSAGE_INFORMATION_CLASS;
586
587
+typedef struct _ALPC_MESSAGE_HANDLE_INFORMATION
588
+{
589
+ ULONG Index;
590
+ ULONG Flags;
591
+ ULONG Handle;
592
+ ULONG ObjectType;
593
+ ACCESS_MASK GrantedAccess;
594
+} ALPC_MESSAGE_HANDLE_INFORMATION, *PALPC_MESSAGE_HANDLE_INFORMATION;
595
+
596
// begin_private
597
598
#if (PHNT_VERSION >= PHNT_VISTA)
0 commit comments