Skip to content

Commit 2f6fd65

Browse files
committed
Added extra ALPC message type.
1 parent 6efcf74 commit 2f6fd65

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

NtApiDotNet/NtAlpcNative.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ public enum AlpcMessageType
7878
DebugEvent = 8,
7979
ErrorEvent = 9,
8080
ConnectionRequest = 10,
81+
// Used by the kernel when disconnecting an exception port.
82+
PortDisconnected = 13,
8183
}
8284

8385
[Flags]

0 commit comments

Comments
 (0)