Search code examples
cwinapimessaging

Win32 API For Sending Messages Between Computers


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?


Solution

  • Both net send and msg use the WTSSendMessage() function.