IoReportDetectedDevice

Dear All,
I don’t wan’t the PDO i get through the menitoned call to be persistent
across system boots. How do i go about it?

Thanks
Sai
**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************

Pass all NULLs and FALSE there.

Max

----- Original Message -----
From: “Sai_Prasad”
To: “NT Developers Interest List”
Sent: Monday, April 29, 2002 11:42 AM
Subject: [ntdev] IoReportDetectedDevice

> Dear All,
> I don’t wan’t the PDO i get through the menitoned call to be persistent
> across system boots. How do i go about it?
>
> Thanks
> Sai
>
> This email (including any attachments) is intended for the sole use of the
> intended recipient/s and may contain material that is CONFIDENTIAL AND
> PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
> distribution or forwarding of any or all of the contents in this message is
> STRICTLY PROHIBITED. If you are not the intended recipient, please contact
> the sender by email and delete all copies; your cooperation in this regard
> is appreciated.
>

>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>

> hello Max,

Here is my call
IoReportDetectedDevice(pDriverObject,
InterfaceTypeUndefined,
-1,
-1,
NULL, NULL,
FALSE,
&pDevExtn->PDO);

And when i reboot i can see the hardware wizard popping up asking to show
me a driver for my ‘unknown device’. I don’t wan’t this PDO to be
persistent across system boots.

Sesha.


From: Maxim S. Shatskih[SMTP:xxxxx@storagecraft.com]
Reply To: NT Developers Interest List
Sent: Tuesday, April 30, 2002 12:41 AM
To: NT Developers Interest List
Subject: [ntdev] Re: IoReportDetectedDevice

Pass all NULLs and FALSE there.

Max

----- Original Message -----
From: “Sai_Prasad”
> To: “NT Developers Interest List”
> Sent: Monday, April 29, 2002 11:42 AM
> Subject: [ntdev] IoReportDetectedDevice
>
>
> > Dear All,
> > I don’t wan’t the PDO i get through the menitoned call to be
> persistent
> > across system boots. How do i go about it?
> >
> > Thanks
> > Sai
> >
>
>
> > This email (including any attachments) is intended for the sole use of
> the
> > intended recipient/s and may contain material that is CONFIDENTIAL AND
> > PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying
> or
> > distribution or forwarding of any or all of the contents in this message
> is
> > STRICTLY PROHIBITED. If you are not the intended recipient, please
> contact
> > the sender by email and delete all copies; your cooperation in this
> regard
> > is appreciated.
> >
>

> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> > To unsubscribe send a blank email to %%email.unsub%%
> >
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@bla.satyam.com
> To unsubscribe send a blank email to %%email.unsub%%
>

This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.

Dear All,
I use the IoReportDetectedDevice call to report a non-pnp device…now
this pdo that is enuerated by the pnp manager as a result of above call
persists across system boots. How do i do all the clean-up for the
created pdo so that no traces of it remain when my system
reboots…avoiding things like the pop up of ‘new hardware found’ wizard
and all that.

TIA
Sesha.