What is the Win32 API for sending messages between computers? I mean, what used to be achieved by the "net send" command and is now using "msg". I imagine it is some API over NetBIOS?
Both net send and msg use the WTSSendMessage() function.
net send
msg
WTSSendMessage()