FSD_SCATTER_GATHER_RESULTS
This structure contains the number of sectors transferred when calling the FSDMGR_ReadDiskEx or FSDMGR_WriteDiskEx functions.
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
| Runs on | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | 2.10 and later | Fsdmgr.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
See Also
FSDMGR_ReadDiskEx, FSDMGR_WriteDiskEx, FSD_SCATTER_GATHER_INFO
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.