IoSetCompletionRoutine in Fast I/O

I try set a completion routine in Fast I/O function but actually the IRP
request never pass through it.
Do you have any ideas why it happens.
Best!
Jack


Get Your Private, Free Email at http://www.hotmail.com

Fast I/O do not use IRPs.(well, there are some that do)
To wait for fast I/O completion just place your code after the return
from calling target drive.

Inaki.

-----Original Message-----
From: Jack Brown
Sent: mi?rcoles 15 de marzo de 2000 12:33
To: File Systems Developers
Subject: [ntfsd] IoSetCompletionRoutine in Fast I/O

I try set a completion routine in Fast I/O function but actually the IRP
request never pass through it.
Do you have any ideas why it happens.
Best!
Jack


Get Your Private, Free Email at http://www.hotmail.com


You are currently subscribed to ntfsd as: xxxxx@pandasoftware.es
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

You can not do this. FASTIO has no concept of completion. Simply call fastio
below you . When it returns, it is done.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Jack Brown
Sent: Wednesday, March 15, 2000 3:33 AM
To: File Systems Developers
Subject: [ntfsd] IoSetCompletionRoutine in Fast I/O

I try set a completion routine in Fast I/O function but actually the IRP
request never pass through it.
Do you have any ideas why it happens.
Best!
Jack


Get Your Private, Free Email at http://www.hotmail.com


You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)