Application

Hi All,
I have a USB client driver. I want to know how do I start (spawn) my application when USB client driver comes up (as result of device being connected).
Thanks in advance.
Anand

One approach could be, write a service which keeps on waiting for device
arrival event, when got this event launch the application.

Hope this helps,

Dev


From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@juno.com
Sent: Thursday, September 01, 2005 11:12 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Application

Hi All,

I have a USB client driver. I want to know how do I start (spawn) my
application when USB client driver comes up (as result of device being
connected).

Thanks in advance.

Anand


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@wipro.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

See RegisterDeviceNotification in the SDK.

=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com


From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@juno.com
Sent: Thursday, September 01, 2005 1:42 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Application

Hi All,

I have a USB client driver. I want to know how do I start (spawn) my
application when USB client driver comes up (as result of device being
connected).

Thanks in advance.

Anand


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@hollistech.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Write a shell extension DLL (with a tray icon maybe) which will wait for device interface arrival and start the app on it.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: xxxxx@juno.com
To: Windows System Software Devs Interest List
Sent: Thursday, September 01, 2005 9:41 AM
Subject: [ntdev] Application

Hi All,

I have a USB client driver. I want to know how do I start (spawn) my application when USB client driver comes up (as result of device being connected).

Thanks in advance.

Anand


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com