Fsd functions

  1. In the DDk for the W98 there was a documentation of the ioreq for each
    function. (read, write , open, queryresource etc’).
    Where can I find documentation of the input for each function in NT?

  2. What is the equivalent function to the findfirst\findnext and
    searchfirst \ next in NT?

Thanks in advance.


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

> 2) What is the equivalent function to the findfirst\findnext and

searchfirst \ next in NT?

IRP_MJ_QUERY_DIRECTORY and ZwQueryDirectoryFile.
See the FASTFAT source for details.

Max


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