mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[WIN32K/INCLUDE]
Add ntwin32.h svn path=/trunk/; revision=66887
This commit is contained in:
parent
d6e49e3561
commit
40e758b16f
1 changed files with 16 additions and 0 deletions
16
reactos/win32ss/include/ntwin32.h
Normal file
16
reactos/win32ss/include/ntwin32.h
Normal file
|
@ -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;
|
Loading…
Reference in a new issue