Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This structure contains the number of sectors transferred when calling the FSDMGR_ReadDiskEx or the FSDMGR_WriteDiskEx function.
Syntax
typedef struct _FSD_SCATTER_GATHER_RESULTS{
DWORD dwFlags;
DWORD cSectorsTransferred;
} FSD_SCATTER_GATHER_RESULTS, *PFSGR;
Members
- dwFlags
Reserved.
- cSectorsTransferred
Total number of sectors transferred.
Remarks
This structure is returned by FSDMGR_ReadDiskEx and FSDMGR_WriteDiskEx.
Requirements
Header |
fsdmgr.h |
See Also
Reference
FSD Structures
FSDMGR_ReadDiskEx
FSDMGR_WriteDiskEx
FSD_SCATTER_GATHER_INFO