I want to do interprocess communication between processes in windows 98.
I do not want to use WM_COPYDATA, or mapped files. Is there anything analogous to message queues as in unix/linux on windows 98?
Pls help
sl