W
Wave
You can also send messages to a Win32 GUI application and have it handle it in the message queue But shared memory and pipes are most common IMOfor those processes making use of tcp/ip and loopback interface.. but as far as i know there are plenty of others method to do ipc like:
- shared named memory;
- mailsolts;
- pipes;
- files..