From 43eb48d84839f9dda5ca66db994ef08d938ca79c Mon Sep 17 00:00:00 2001 From: James Forshaw Date: Tue, 21 Jan 2020 13:43:26 -0800 Subject: [PATCH] Added missing flag. --- NtApiDotNet/NtAlpcNative.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NtApiDotNet/NtAlpcNative.cs b/NtApiDotNet/NtAlpcNative.cs index f30e11cae..9eb5c4fc6 100644 --- a/NtApiDotNet/NtAlpcNative.cs +++ b/NtApiDotNet/NtAlpcNative.cs @@ -388,6 +388,7 @@ public enum AlpcDeleteResourceReserveFlags [Flags] public enum AlpcDeleteSectionViewFlags { + None = 0, } [StructLayout(LayoutKind.Sequential)]