Author: tkreuzer
Date: Wed Mar 25 22:30:28 2015
New Revision: 66887
URL:
http://svn.reactos.org/svn/reactos?rev=66887&view=rev
Log:
[WIN32K/INCLUDE]
Add ntwin32.h
Added:
trunk/reactos/win32ss/include/ntwin32.h (with props)
Added: trunk/reactos/win32ss/include/ntwin32.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/include/ntwin32.h?…
==============================================================================
--- trunk/reactos/win32ss/include/ntwin32.h (added)
+++ trunk/reactos/win32ss/include/ntwin32.h [iso-8859-1] Wed Mar 25 22:30:28 2015
@@ -0,0 +1,16 @@
+
+#pragma once
+
+/* These are opaque for user mode */
+typedef struct _PROCESSINFO *PPROCESSINFO;
+typedef struct _THREADINFO *PTHREADINFO;
+
+typedef struct _W32CLIENTINFO
+{
+ ULONG CI_flags;
+ ULONG cSpins;
+ ULONG ulWindowsVersion;
+ ULONG ulAppCompatFlags;
+ ULONG ulAppCompatFlags2;
+ ULONG W32ClientInfo[57];
+} W32CLIENTINFO, *PW32CLIENTINFO;
Propchange: trunk/reactos/win32ss/include/ntwin32.h
------------------------------------------------------------------------------
svn:eol-style = native