Tech Support > Microsoft Windows > Development Resources > How to send a custom message with a param to a win32 service?
How to send a custom message with a param to a win32 service?
Posted by codemagic on July 31st, 2004


Hi,

I've never written a service before and need to know the best way to
pass a custom parameter to it. Basically I just need my service to
launch the URL of a web page that I send it from another app running on
the same PC.

Thanks for any help,

Tom

Posted by Scott McPhillips [MVP] on July 31st, 2004


codemagic wrote:

CreateNamedPipe, then ReadFile and WriteFile provide the communication.

--
Scott McPhillips [VC++ MVP]


Posted by Sten Westerback on August 2nd, 2004



"Scott McPhillips [MVP]" <org-dot-mvps-at-scottmcp> wrote in message
news:jeudnZIK5sdqApbcRVn-gw@comcast.com...
A more lightway solution is mailslots... especially useful for intra-PC
communications.

- Sten





Similar Posts