It's more correct to say, how is it possible that reactos still works with this!
We are lucky that co_IntSendMessageNoWait supports sending messages with 
pointers to the current thread. However sending a message with 
co_IntSendMessageNoWait doesn't marshal lparam if the message goes to a 
different thread.
I'm starting to wonder if r47126 is really correct...

ReactOS Development List <[email protected]> wrote on Sat, November 26th, 
2011, 11:05 AM:
> I see this and I LMFAO!
> 
> co_IntSendMessageNoWait(Window->head.h, WM_WINDOWPOSCHANGING, 0,
> (LPARAM) WinPos);
> co_IntSendMessageNoWait(WinPos.hwnd, WM_WINDOWPOSCHANGED, 0, (LPARAM) 
> &WinPos);
> There is more too! Amazing!
> 
> Please tell me this is not wrong!!!!
> James
> 
> _______________________________________________
> Ros-dev mailing list
> [email protected]
> http://www.reactos.org/mailman/listinfo/ros-dev

_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to