How can an application receive PnP notifications for a network driver?

Hi,

Can anyone throw light on which API/IOCTL should an application use to
receive PnP notifications ( insertion/removal of a network card) ?

Regards

Vidhya

Vidhya Vasudevan wrote:

Hi,

Can anyone throw light on which API/IOCTL should an application use to
receive PnP notifications ( insertion/removal of a network card) ?

Hi… Did you look at the DDK? SDK? Google for this topic?

Anyhow, If you’re insterested in a particular network device, your app
registers for device notifications:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devio/base/registering_for_device_notification.asp

Look at the rest of the documentation for similar registrations,

Peter
OSR

I think you are looking for RegisterDeviceNotification API.

cheers!
Dev

-----Original Message-----
From: Vidhya Vasudevan [mailto:xxxxx@infosys.com]
Sent: Tuesday, November 23, 2004 3:04 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] How can an application receive PnP notifications for a
network driver?

Hi,

Can anyone throw light on which API/IOCTL should an application use to
receive PnP notifications ( insertion/removal of a network card) ?

Regards

Vidhya


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

You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com

WM_DEVICECHANGE

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: Vidhya Vasudevan
To: Windows System Software Devs Interest List
Sent: Tuesday, November 23, 2004 12:33 PM
Subject: [ntdev] How can an application receive PnP notifications for a network driver?

Hi,

Can anyone throw light on which API/IOCTL should an application use to receive PnP notifications ( insertion/removal of a network card) ?

Regards

Vidhya


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

You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com