Fixed Client Info structure. Moved it to the right file so user apps can access it.
[reactos.git] / reactos / subsystems / win32 / win32k / include / misc.h
1 #ifndef __WIN32K_MISC_H
2 #define __WIN32K_MISC_H
3
4 /* W32PROCESS flags */
5 #define W32PF_NOWINDOWGHOSTING (0x0001)
6 #define W32PF_MANUALGUICHECK (0x0002)
7 #define W32PF_CREATEDWINORDC (0x0004)
8
9 ULONG FASTCALL IntSystemParametersInfo(UINT uiAction, UINT uiParam, PVOID pvParam, UINT fWinIni);
10
11 #endif /* __WIN32K_MISC_H */