Add some values to the PROCESS_INFORMATION_CLASS enumeration.

diff --git a/include/winternl.h b/include/winternl.h
index 3a3568f..3cd19a9 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -606,6 +606,12 @@
     ProcessSessionInformation = 24,
     ProcessForegroundInformation = 25,
     ProcessWow64Information = 26,
+    ProcessImageFileName = 27,
+    ProcessLUIDDeviceMapsEnabled = 28,
+    ProcessBreakOnTermination = 29,
+    ProcessDebugObjectHandle = 30,
+    ProcessDebugFlags = 31,
+    ProcessHandleTracing = 32,
     MaxProcessInfoClass
 } PROCESSINFOCLASS, PROCESS_INFORMATION_CLASS;