owner of an IRP

Is there a way to know who is the owner of the running thread the sent an IRP down to my driver?

Thanks
Matteo


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

IoGetRequestorProcess() will return the owing process of the IRP.

Jamey
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Matteo Pelati
Sent: Friday, March 09, 2001 2:53 AM
To: NT Developers Interest List
Subject: [ntdev] owner of an IRP

Is there a way to know who is the owner of the running thread the sent an
IRP down to my driver?

Thanks
Matteo

You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Irp->Tail.Overlay.Thread
This thread will be selected to queue IopCompleteRequest to.
Note that this field is for private use by IO manager.

Max
----- Original Message -----
From: Matteo Pelati
To: NT Developers Interest List
Sent: Friday, March 09, 2001 1:53 PM
Subject: [ntdev] owner of an IRP

Is there a way to know who is the owner of the running thread the sent an IRP down to my driver?

Thanks
Matteo

You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com