modifiy return status irp_mj_directory_control

Can modifying only the return Status (i.e (Irp->IoStatus).Status) from
STATUS_SUCCESS to STATUS_NO_MORE_FILES in the completion routine of
irp_mj_directory_control results in more calls to
irp_mj_directory_control.
or will i have to do some thing more to achieve this.

I’m not an FS expert but as general IRP handling rule,
You need to return STATUS_PENDING from the main dispatch routine if you need
to alter the Irp->IoStatus.Status in the completion routine. Otherwise DV
will bugcheck saying inconsistent status value.

HTH,
Calvin

Calvin Guan Software Engineer
ATI Technologies Inc. www.ati.com

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-204369-
xxxxx@lists.osr.com] On Behalf Of santosh katvate
Sent: March 22, 2005 10:34 AM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] modifiy return status irp_mj_directory_control

Can modifying only the return Status (i.e (Irp->IoStatus).Status) from
STATUS_SUCCESS to STATUS_NO_MORE_FILES in the completion routine of
irp_mj_directory_control results in more calls to
irp_mj_directory_control.
or will i have to do some thing more to achieve this.


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@ati.com
To unsubscribe send a blank email to xxxxx@lists.osr.com