hi,
can i create and send an Irp to myself?
chaitanya
hi,
can i create and send an Irp to myself?
chaitanya
Hi
yes you can.
You can use IoAllocateIrp to allocate an Irp and
Iocalldriver to send the Irp to a lower driver.
shanavas
-----Original Message-----
From: Bhaava Chaitanya Kancherla [mailto:xxxxx@cmcltd.com]
Sent: Tuesday, September 26, 2000 2:26 PM
To: NT Developers Interest List
Subject: [ntdev] regd Irps
hi,
can i create and send an Irp to myself?
chaitanya
You are currently subscribed to ntdev as: xxxxx@nestec.net
To unsubscribe send a blank email to $subst(‘Email.Unsub’)
Hi,
One way to do this is to build one Irp and then do a IoCallDriver to your
own DeviceObject which you attached to the DeviceStack. This will call your
own driver depending on the IRP_MJ_XXXX.
Britto.
You can create IRPs until you run out of memory if you want. Just be sure
you complete them.
-----Original Message-----
From: Bhaava Chaitanya Kancherla
[mailto:xxxxx@cmcltd.com]
Sent: Tuesday, September 26, 2000 1:56 AM
To: NT Developers Interest List
Subject: [ntdev] regd Irps
hi,
can i create and send an Irp to myself?
chaitanya
You are currently subscribed to ntdev as:
xxxxx@broadstor.com
To unsubscribe send a blank email to
$subst(‘Email.Unsub’)
> can i create and send an Irp to myself?
Surely.
Max
Sure.
Jamey
----- Original Message -----
From: Bhaava Chaitanya Kancherla
To: NT Developers Interest List
Sent: Tuesday, September 26, 2000 1:55 AM
Subject: [ntdev] regd Irps
> hi,
> can i create and send an Irp to myself?
>
> chaitanya
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)