Re: How can I respectively load block device driver and mount disk
From: Steve Maillet \(eMVP\) (nospam1_at_EntelechyConsulting.com)
Date: 08/14/04
- Next message: Artist: "Re: .NET Compact Framework Variables"
- Previous message: Artist: ".NET Compact Framework Variables"
- In reply to: Seung Yi: "Re: How can I respectively load block device driver and mount disk"
- Next in thread: aWu: "Re: How can I respectively load block device driver and mount disk"
- Reply: aWu: "Re: How can I respectively load block device driver and mount disk"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 13 Aug 2004 23:27:42 -0400
It sounds like your driver is serving a dual role. First is the detection of
insertions and removals (e.g. BUS driver) and abstracting the device for
applications one it is inserted. (Device Driver). In this scenario you can
use AdvertiseInterface to indicate to the PnP notification system that the
device is inserted or removed(Don't include an IClass value in the registry
for the driver when doing it this way)
-- Steve Maillet EmbeddedFusion www.EmbeddedFusion.com Do have an opinion on the effectiveness of Microsoft Windows Mobile and Embedded newsgroups? Let us know! https://www.windowsembeddedeval.com/community/newsgroups
- Next message: Artist: "Re: .NET Compact Framework Variables"
- Previous message: Artist: ".NET Compact Framework Variables"
- In reply to: Seung Yi: "Re: How can I respectively load block device driver and mount disk"
- Next in thread: aWu: "Re: How can I respectively load block device driver and mount disk"
- Reply: aWu: "Re: How can I respectively load block device driver and mount disk"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|