DIRECTORY_CONTROL:QUERY_DIRECTORY (IrpSp->Flags)

SL_RESTART_SCAN: Start from first entry.
SL_INDEX_SPECIFIED: Start from specified index.

  1. what does IrpSp->Flags = 0 mean.
  2. what to consider if both above Flags are set.

Hi Mani,

From the FASTFAT source code:

//
// Determine where to start the scan. Highest priority is given
// to the file index. Lower priority is the restart flag. If
// neither of these is specified, then the Vbo offset field in the
// Ccb is used.
//

=================================================
Roger Tawa
http://tawacentral.net/
[One thing about paradigms: shift happens.]
[When you stop, you’re done.]

Roger, thank you.

“Roger Tawa” wrote in message news:xxxxx@ntfsd…
> Hi Mani,
>
> From the FASTFAT source code:
>
> //
> // Determine where to start the scan. Highest priority is given
> // to the file index. Lower priority is the restart flag. If
> // neither of these is specified, then the Vbo offset field in
the
> // Ccb is used.
> //
>
> =================================================
> Roger Tawa
> http://tawacentral.net/
> [One thing about paradigms: shift happens.]
> [When you stop, you’re done.]
>