Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

pch.h

Go to the documentation of this file.
00001 00002 #include <windows.h> 00003 #include <windowsx.h> 00004 00005 #ifdef __cplusplus 00006 extern "C" { /* Assume C declarations for C++ */ 00007 #endif /* __cplusplus */ 00008 00009 #define SetWindowPos NtUserSetWindowPos 00010 00011 BOOL 00012 NtUserSetWindowPos( 00013 IN HWND hwnd, 00014 IN HWND hwndInsertAfter, 00015 IN int x, 00016 IN int y, 00017 IN int cx, 00018 IN int cy, 00019 IN UINT dwFlags); 00020 00021 #define GetDC NtUserGetDC 00022 00023 HDC 00024 NtUserGetDC( 00025 IN HWND hwnd); 00026 00027 #define DeferWindowPos NtUserDeferWindowPos 00028 HANDLE 00029 NtUserDeferWindowPos( 00030 IN HDWP hWinPosInfo, 00031 IN HWND hwnd, 00032 IN HWND hwndInsertAfter, 00033 IN int x, 00034 IN int y, 00035 IN int cx, 00036 IN int cy, 00037 IN UINT wFlags); 00038 00039 #define DestroyWindow NtUserDestroyWindow 00040 00041 BOOL 00042 NtUserDestroyWindow( 00043 IN HWND hwnd); 00044 00045 00046 00047 #ifdef __cplusplus 00048 } /* End of extern "C" { */ 00049 #endif /* __cplusplus */

Generated on Sat May 15 19:41:08 2004 for test by doxygen 1.3.7