- Implemented FindWindowEx*() (it was already implemented in subsys\win32k\ntuser...
authorRichard Campbell <betam4x@gmail.com>
Fri, 23 May 2003 17:07:12 +0000 (17:07 +0000)
committerRichard Campbell <betam4x@gmail.com>
Fri, 23 May 2003 17:07:12 +0000 (17:07 +0000)
commit04572bc608287889e0afaf9909c0dd38b7e577b1
tree1aca7240617d8cbc4bc35f8357fbb3f369de780e
parent832463b116eeb4c0a06f33e76254804d4df79418
- Implemented FindWindowEx*()  (it was already implemented in subsys\win32k\ntuser\window.c with the exception of a small bug, but wasn't mapped to by user32??) FIXED

- FindWindow() is also implemented, though not properly. (Someone has it set up to use FindWindowEx, this isn't the proper way to do this...FindWindow doesn't search children...)

svn path=/trunk/; revision=4744
reactos/iface/addsys/w32ksvc.db
reactos/include/win32k/ntuser.h
reactos/lib/user32/windows/window.c
reactos/subsys/win32k/ntuser/window.c