Add 5th parameter to NtUserFindWindowEx

svn path=/trunk/; revision=29269
This commit is contained in:
Timo Kreuzer
2007-09-28 05:01:27 +00:00
parent 51de002eae
commit 88cd9f01f0
4 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -902,7 +902,8 @@ NtUserFindWindowEx(
HWND hwndParent,
HWND hwndChildAfter,
PUNICODE_STRING ucClassName,
PUNICODE_STRING ucWindowName
PUNICODE_STRING ucWindowName,
DWORD dwUnknown
);
DWORD