Author: tkreuzer Date: Fri Sep 28 09:01:27 2007 New Revision: 29269
URL: http://svn.reactos.org/svn/reactos?rev=29269&view=rev Log: Add 5th parameter to NtUserFindWindowEx
Modified: trunk/reactos/dll/win32/user32/windows/window.c trunk/reactos/include/reactos/win32k/ntuser.h trunk/reactos/subsystems/win32/win32k/ntuser/window.c trunk/reactos/subsystems/win32/win32k/w32ksvc.db
Modified: trunk/reactos/dll/win32/user32/windows/window.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/windows/wi... ============================================================================== --- trunk/reactos/dll/win32/user32/windows/window.c (original) +++ trunk/reactos/dll/win32/user32/windows/window.c Fri Sep 28 09:01:27 2007 @@ -728,7 +728,8 @@ Result = NtUserFindWindowEx(hwndParent, hwndChildAfter, pucClassName, - pucWindowName); + pucWindowName, + 0);
if (!IS_ATOM(lpszClass) && lpszClass != NULL) RtlFreeUnicodeString(&ucClassName); @@ -774,7 +775,8 @@ return NtUserFindWindowEx(hwndParent, hwndChildAfter, pucClassName, - pucWindowName); + pucWindowName, + 0); }
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 (original) +++ trunk/reactos/include/reactos/win32k/ntuser.h Fri Sep 28 09:01:27 2007 @@ -902,7 +902,8 @@ HWND hwndParent, HWND hwndChildAfter, PUNICODE_STRING ucClassName, - PUNICODE_STRING ucWindowName + PUNICODE_STRING ucWindowName, + DWORD dwUnknown );
DWORD
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ntu... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/ntuser/window.c (original) +++ trunk/reactos/subsystems/win32/win32k/ntuser/window.c Fri Sep 28 09:01:27 2007 @@ -2464,7 +2464,8 @@ NtUserFindWindowEx(HWND hwndParent, HWND hwndChildAfter, PUNICODE_STRING ucClassName, - PUNICODE_STRING ucWindowName) + PUNICODE_STRING ucWindowName, + DWORD dwUnknown) { PWINDOW_OBJECT Parent, ChildAfter; UNICODE_STRING ClassName = {0}, WindowName = {0};
Modified: trunk/reactos/subsystems/win32/win32k/w32ksvc.db URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/w32... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/w32ksvc.db (original) +++ trunk/reactos/subsystems/win32/win32k/w32ksvc.db Fri Sep 28 09:01:27 2007 @@ -384,7 +384,7 @@ NtUserExcludeUpdateRgn 2 NtUserFillWindow 4 # NtUserFindExistingCursorIcon 3 Wrong number of param ? -# NtUserFindWindowEx 5 Wrong number of param ? +NtUserFindWindowEx 5 NtUserFlashWindowEx 1 NtUserGetAltTabInfo 6 NtUserGetAncestor 2 @@ -678,7 +678,6 @@ # Wrong number of param ? NtUserEnumDisplayMonitors 5 NtUserFindExistingCursorIcon 4 -NtUserFindWindowEx 4 NtUserGetClassInfo 4 NtUserInitTask 11 NtUserSetCursorIconData 6