Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenuser32.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS System Libraries 00004 * FILE: lib/user32/include/user32.h 00005 * PURPOSE: Win32 User Library 00006 * PROGRAMMER: Alex Ionescu (alex@relsoft.net) 00007 */ 00008 00009 /* INCLUDES ******************************************************************/ 00010 00011 /* C Headers */ 00012 #include <assert.h> 00013 #include <stdio.h> 00014 #include <math.h> 00015 00016 /* SDK/NDK Headers */ 00017 #define _USER32_ 00018 #define OEMRESOURCE 00019 #define NTOS_MODE_USER 00020 #define WIN32_NO_STATUS 00021 #include <windows.h> 00022 #include <windowsx.h> 00023 #include <winnls32.h> 00024 #include <strsafe.h> 00025 #include <usp10.h> 00026 #include <ndk/cmfuncs.h> 00027 #include <ndk/kefuncs.h> 00028 #include <ndk/obfuncs.h> 00029 #include <ndk/rtlfuncs.h> 00030 #include <ndk/umfuncs.h> 00031 00032 /* CSRSS Headers */ 00033 #include <csrss/csrss.h> 00034 00035 /* Public Win32K Headers */ 00036 #include <ntusrtyp.h> 00037 #include <ntuser.h> 00038 #include <callback.h> 00039 00040 /* Undocumented user definitions*/ 00041 #include <undocuser.h> 00042 00043 /* WINE Headers */ 00044 #include <wine/unicode.h> 00045 00046 /* SEH Support with PSEH */ 00047 #include <pseh/pseh2.h> 00048 00049 /* Internal User32 Headers */ 00050 #include "user32p.h" 00051 00052 /* User macros */ 00053 #include "user_x.h" Generated on Sun May 27 2012 04:38:41 for ReactOS by
1.7.6.1
|