I am looking for some examples of how to use this
and I can’t find it in the DDK.
Wouldn’t it be great if Microsoft would actually
put some examples of all the functions in the DDK
that will compile and run?
Ed in Calif
I am looking for some examples of how to use this
and I can’t find it in the DDK.
Wouldn’t it be great if Microsoft would actually
put some examples of all the functions in the DDK
that will compile and run?
Ed in Calif
Look at http://www.hollistech.com/ under resources get “Replacing
HalGetBusData In windows 2000”. Most people don’t want to read the data,
any more since PNP handles the nitty gritty. I can think of a lot of other
things that I would place as examples before this, but Microsoft can’t do it
all.
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
----- Original Message -----
From:
To: “Windows System Software Devs Interest List”
Sent: Monday, January 26, 2004 2:15 PM
Subject: [ntdev] any examples of PGET_SET_DEVICE_DATA?
> I am looking for some examples of how to use this
> and I can’t find it in the DDK.
>
> Wouldn’t it be great if Microsoft would actually
> put some examples of all the functions in the DDK
> that will compile and run?
>
> Ed in Calif
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@acm.org
> To unsubscribe send a blank email to xxxxx@lists.osr.com
That’s great info. All I am looking to do though is to get the
setting of a cards interrupt register. Is there an easier way to do
it than this?
thanks, Ed in Calif
Look at http://www.hollistech.com/ under resources get “Replacing
HalGetBusData In windows 2000”. Most people don’t want to read the data,
any more since PNP handles the nitty gritty. I can think of a lot of other
things that I would place as examples before this, but Microsoft can’t do it
all.Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting----- Original Message -----
From:
> To: “Windows System Software Devs Interest List”
> Sent: Monday, January 26, 2004 2:15 PM
> Subject: [ntdev] any examples of PGET_SET_DEVICE_DATA?
>
>
> > I am looking for some examples of how to use this
> > and I can’t find it in the DDK.
> >
> > Wouldn’t it be great if Microsoft would actually
> > put some examples of all the functions in the DDK
> > that will compile and run?
> >
> > Ed in Calif
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: xxxxx@acm.org
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@attbi.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
You should not have to set it the bus driver, should be setting this for
you. In your driver’s start device routine, you will recieve a set of
resources including the vector.
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
----- Original Message -----
From:
To: “Windows System Software Devs Interest List”
Sent: Tuesday, January 27, 2004 12:45 PM
Subject: Re: [ntdev] any examples of PGET_SET_DEVICE_DATA?
> That’s great info. All I am looking to do though is to get the
> setting of a cards interrupt register. Is there an easier way to do
> it than this?
>
> thanks, Ed in Calif
> > Look at http://www.hollistech.com/ under resources get “Replacing
> > HalGetBusData In windows 2000”. Most people don’t want to read the
data,
> > any more since PNP handles the nitty gritty. I can think of a lot of
other
> > things that I would place as examples before this, but Microsoft can’t
do it
> > all.
> >
> > Don Burn (MVP, Windows DDK)
> > Windows 2k/XP/2k3 Filesystem and Driver Consulting
> >
> > ----- Original Message -----
> > From:
> > To: “Windows System Software Devs Interest List”
> > Sent: Monday, January 26, 2004 2:15 PM
> > Subject: [ntdev] any examples of PGET_SET_DEVICE_DATA?
> >
> >
> > > I am looking for some examples of how to use this
> > > and I can’t find it in the DDK.
> > >
> > > Wouldn’t it be great if Microsoft would actually
> > > put some examples of all the functions in the DDK
> > > that will compile and run?
> > >
> > > Ed in Calif
> > >
> > >
> > > —
> > > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> > >
> > > You are currently subscribed to ntdev as: xxxxx@acm.org
> > > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: xxxxx@attbi.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@acm.org
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>