We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efcf74 commit 2f6fd65Copy full SHA for 2f6fd65
1 file changed
NtApiDotNet/NtAlpcNative.cs
@@ -78,6 +78,8 @@ public enum AlpcMessageType
78
DebugEvent = 8,
79
ErrorEvent = 9,
80
ConnectionRequest = 10,
81
+ // Used by the kernel when disconnecting an exception port.
82
+ PortDisconnected = 13,
83
}
84
85
[Flags]
0 commit comments