FSD Structures
The following table shows the file system driver (FSD) structures with a description of the purpose of each.
Programming element | Description |
---|---|
FILTERHOOK | This structure contains function pointers to file system filter functions. |
FSD_BUFFER_INFO | This structure contains buffer information. |
FSD_DISK_INFO | This structure contains disk information. |
FSD_SCATTER_GATHER_INFO | This structure contains information on the data to be read from or written to the mounted volume. |
FSD_SCATTER_GATHER_RESULTS | This structure contains the number of sectors transferred when calling the FSDMGR_ReadDiskEx or FSDMGR_WriteDiskEx function. |
See Also
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.