Dear All,
Can anyone suggest the equivalent of this on Windows ME…ME doesn’t
support this function.
cheers
Sesha.
Dear All,
Can anyone suggest the equivalent of this on Windows ME…ME doesn’t
support this function.
cheers
Sesha.
Dear All,
Can anyone suggest the equivalent of IoReuseIrp on Windows ME…ME
doesn’t support this function.
cheers
Sesha.
Disassemble the NT version and write your own manually.
Max
----- Original Message -----
From: “Seshagiri Babu”
To: “NT Developers Interest List”
Sent: Wednesday, June 05, 2002 1:00 PM
Subject: [ntdev] IoReuseIrp
> Dear All,
> Can anyone suggest the equivalent of IoReuseIrp on Windows
ME…ME
> doesn’t support this function.
>
> cheers
> Sesha.
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>
Use the following code instead of IoReuseIrp()
UCHAR flags = pIrp->AllocationFlags;
CCHAR nstack = pIrp->StackCount;
IoInitializeIrp(pIrp,IoSizeOfIrp(nstack),nstack);
pIrp->AllocationFlags = flags;
pIrp->IoStatus.Status = STATUS_SUCCESS;
hope it helps
srinivasa
-----Original Message-----
From: Seshagiri Babu [mailto:xxxxx@bla.satyam.com]
Sent: Wednesday, June 05, 2002 2:01 AM
To: NT Developers Interest List
Subject: [ntdev] IoReuseIrp
Dear All,
Can anyone suggest the equivalent of IoReuseIrp on Windows ME…ME
doesn’t support this function.
cheers
Sesha.
You are currently subscribed to ntdev as: xxxxx@microtune.com
To unsubscribe send a blank email to %%email.unsub%%
What function is “IoSizeOfIrp” ???
----- Original Message -----
From: “Deevi, Srinivasa”
To: “NT Developers Interest List”
Sent: Wednesday, June 05, 2002 8:25 PM
Subject: [ntdev] RE: IoReuseIrp
> Use the following code instead of IoReuseIrp()
>
> UCHAR flags = pIrp->AllocationFlags;
> CCHAR nstack = pIrp->StackCount;
>
> IoInitializeIrp(pIrp,IoSizeOfIrp(nstack),nstack);
>
> pIrp->AllocationFlags = flags;
> pIrp->IoStatus.Status = STATUS_SUCCESS;
>
> hope it helps
>
> srinivasa
>
>
> -----Original Message-----
> From: Seshagiri Babu [mailto:xxxxx@bla.satyam.com]
> Sent: Wednesday, June 05, 2002 2:01 AM
> To: NT Developers Interest List
> Subject: [ntdev] IoReuseIrp
>
>
> Dear All,
> Can anyone suggest the equivalent of IoReuseIrp on Windows ME…ME
> doesn’t support this function.
>
> cheers
> Sesha.
>
> —
> You are currently subscribed to ntdev as: xxxxx@microtune.com
> To unsubscribe send a blank email to %%email.unsub%%
>
> —
> You are currently subscribed to ntdev as: xxxxx@rdsor.ro
> To unsubscribe send a blank email to %%email.unsub%%
>
I believe it’s a macro.
-----Original Message-----
From: Dan Partelly [mailto:xxxxx@rdsor.ro]
Sent: Wednesday, June 05, 2002 8:36 PM
To: NT Developers Interest List
Subject: [ntdev] RE: IoReuseIrp
What function is “IoSizeOfIrp” ???
----- Original Message -----
From: “Deevi, Srinivasa”
To: “NT Developers Interest List”
Sent: Wednesday, June 05, 2002 8:25 PM
Subject: [ntdev] RE: IoReuseIrp
> Use the following code instead of IoReuseIrp()
>
> UCHAR flags = pIrp->AllocationFlags;
> CCHAR nstack = pIrp->StackCount;
>
> IoInitializeIrp(pIrp,IoSizeOfIrp(nstack),nstack);
>
> pIrp->AllocationFlags = flags;
> pIrp->IoStatus.Status = STATUS_SUCCESS;
>
> hope it helps
>
> srinivasa
>
>
> -----Original Message-----
> From: Seshagiri Babu [mailto:xxxxx@bla.satyam.com]
> Sent: Wednesday, June 05, 2002 2:01 AM
> To: NT Developers Interest List
> Subject: [ntdev] IoReuseIrp
>
>
> Dear All,
> Can anyone suggest the equivalent of IoReuseIrp on Windows ME…ME
> doesn’t support this function.
>
> cheers
> Sesha.
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@microtune.com To unsubscribe send a blank email to
> %%email.unsub%%
>
> —
> You are currently subscribed to ntdev as: xxxxx@rdsor.ro To
> unsubscribe send a blank email to %%email.unsub%%
>
—
You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to %%email.unsub%%
Ya, checked the header is a macro. Thx for pointing.
----- Original Message -----
From: “Peter Wieland”
To: “NT Developers Interest List”
Sent: Thursday, June 06, 2002 7:33 PM
Subject: [ntdev] RE: IoReuseIrp
I believe it’s a macro.
-----Original Message-----
From: Dan Partelly [mailto:xxxxx@rdsor.ro]
Sent: Wednesday, June 05, 2002 8:36 PM
To: NT Developers Interest List
Subject: [ntdev] RE: IoReuseIrp
What function is “IoSizeOfIrp” ???
----- Original Message -----
From: “Deevi, Srinivasa”
To: “NT Developers Interest List”
Sent: Wednesday, June 05, 2002 8:25 PM
Subject: [ntdev] RE: IoReuseIrp
> Use the following code instead of IoReuseIrp()
>
> UCHAR flags = pIrp->AllocationFlags;
> CCHAR nstack = pIrp->StackCount;
>
> IoInitializeIrp(pIrp,IoSizeOfIrp(nstack),nstack);
>
> pIrp->AllocationFlags = flags;
> pIrp->IoStatus.Status = STATUS_SUCCESS;
>
> hope it helps
>
> srinivasa
>
>
> -----Original Message-----
> From: Seshagiri Babu [mailto:xxxxx@bla.satyam.com]
> Sent: Wednesday, June 05, 2002 2:01 AM
> To: NT Developers Interest List
> Subject: [ntdev] IoReuseIrp
>
>
> Dear All,
> Can anyone suggest the equivalent of IoReuseIrp on Windows ME…ME
> doesn’t support this function.
>
> cheers
> Sesha.
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@microtune.com To unsubscribe send a blank email to
> %%email.unsub%%
>
> —
> You are currently subscribed to ntdev as: xxxxx@rdsor.ro To
> unsubscribe send a blank email to %%email.unsub%%
>
—
You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to %%email.unsub%%
—
You are currently subscribed to ntdev as: xxxxx@rdsor.ro
To unsubscribe send a blank email to %%email.unsub%%