SL_RESTART_SCAN: Start from first entry.
SL_INDEX_SPECIFIED: Start from specified index.
- what does IrpSp->Flags = 0 mean.
- what to consider if both above Flags are set.
SL_RESTART_SCAN: Start from first entry.
SL_INDEX_SPECIFIED: Start from specified index.
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.]
>