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.
This structure contains the number of sectors transferred when calling the FSDMGR_ReadDiskEx or FSDMGR_WriteDiskEx function.
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
OS Versions: Windows CE 2.10 and later.
Header: Fsdmgr.h.
See Also
FSDMGR_ReadDiskEx | FSDMGR_WriteDiskEx | FSD_SCATTER_GATHER_INFO
Send Feedback on this topic to the authors