- 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
- How to send custom IOCTL from application to filter driver on Windows 98/Me? (Drivers) by harik2k2@hotmail.com
- Windows tool to send custom ICMP (Routers) by AnyBody43
- Win32 API message question (Development Resources) by MakisGR
- send ATA commands in win32 (Development Resources) by ilcario
- How to send a text file to default printer using win32? (Development Resources) by Kenny Cheung

