Author: jimtabor Date: Tue Oct 21 09:51:14 2008 New Revision: 36872
URL: http://svn.reactos.org/svn/reactos?rev=36872&view=rev Log: - Fix NtUserCreateWindowEx.
Modified: trunk/reactos/include/reactos/win32k/ntuser.h
Modified: trunk/reactos/include/reactos/win32k/ntuser.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntus... ============================================================================== --- trunk/reactos/include/reactos/win32k/ntuser.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/win32k/ntuser.h [iso-8859-1] Tue Oct 21 09:51:14 2008 @@ -1060,6 +1060,26 @@ DWORD dwShowMode, BOOL bUnicodeWindow, DWORD dwUnknown); +#if 0 +HWND +NTAPI +NtUserCreateWindowEx( + DWORD dwExStyle, + PLARGE_UNICODE_STRING plustrClassName, + PLARGE_UNICODE_STRING plustrClsVesrion, + PLARGE_UNICODE_STRING plustrWindowName, + DWORD dwStyle, + int x, + int y, + int nWidth, + int nHeight, + HWND hWndParent, + HMENU hMenu, + HINSTANCE hInstance, + LPVOID lpParam, + DWORD dwFlags, + BOOL InfoActive); +#endif
HWINSTA NTAPI