Hi all.
While looking at the source code of wine, I looked into the synopsys of the CallWindowProc function. According to winproc.c, the hWnd parameter should be the handle to the window which has to receive the message.
OTOH, if you look at MSDN, at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/hh/wi...
it looks like the hWnd is the windows procedure which should receive the message.
Can anyone help?
Thanks
Marco Bizzarri m.bizzarri@icube.it