IRP size

Hello Gurus,
Is there any way I can ensure that the IRP allocated by IoAllocateIrp
contains no more stacks than was specified as the StackSize parameter. I
require this for testing of my driver to ensure that it will work correctly
even when there are no extra stack locations for me to mess around with?
thanks
-Kiran

IoAllocateIrp just plain behaves this way. You can trust it.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “Kiran Joshi”
Newsgroups: ntfsd
To: “Windows File Systems Devs Interest List”
Sent: Tuesday, August 02, 2005 11:14 PM
Subject: [ntfsd] IRP size

> Hello Gurus,
> Is there any way I can ensure that the IRP allocated by IoAllocateIrp
> contains no more stacks than was specified as the StackSize parameter. I
> require this for testing of my driver to ensure that it will work correctly
> even when there are no extra stack locations for me to mess around with?
> thanks
> -Kiran
>
>
>
> —
> Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com

Ok. Thanks
-Kiran

“Maxim S. Shatskih” wrote in message
news:xxxxx@ntfsd…
> IoAllocateIrp just plain behaves this way. You can trust it.
>
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> xxxxx@storagecraft.com
> http://www.storagecraft.com
>
> ----- Original Message -----
> From: “Kiran Joshi”
> Newsgroups: ntfsd
> To: “Windows File Systems Devs Interest List”
> Sent: Tuesday, August 02, 2005 11:14 PM
> Subject: [ntfsd] IRP size
>
>
>> Hello Gurus,
>> Is there any way I can ensure that the IRP allocated by IoAllocateIrp
>> contains no more stacks than was specified as the StackSize parameter. I
>> require this for testing of my driver to ensure that it will work
>> correctly
>> even when there are no extra stack locations for me to mess around with?
>> thanks
>> -Kiran
>>
>>
>>
>> —
>> Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17
>>
>> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
>> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>