mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Add 5th parameter to NtUserFindWindowEx
svn path=/trunk/; revision=29269
This commit is contained in:
@@ -902,7 +902,8 @@ NtUserFindWindowEx(
|
||||
HWND hwndParent,
|
||||
HWND hwndChildAfter,
|
||||
PUNICODE_STRING ucClassName,
|
||||
PUNICODE_STRING ucWindowName
|
||||
PUNICODE_STRING ucWindowName,
|
||||
DWORD dwUnknown
|
||||
);
|
||||
|
||||
DWORD
|
||||
|
||||
Reference in New Issue
Block a user