SendMessage (Windows) result output pin

All in the title :)

Sometimes sendmessage returns useful information as a function result, so it would be nice to be able to have that as an output pin.

Thanks

SendMessage (Windows) is not named correctly. it is actually calling windowsAPIs PostMessage function and therefore should be renamed. PostMessage only puts the message on a queue and returns immediately, without useful information from the receiver.

a SendMessage implementation is missing in vvvv. do you have a specific use for it?