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.
1/6/2010
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 |
| Windows Embedded CE | Windows CE 2.10 and later |
See Also
Reference
FSD Structures
FSDMGR_ReadDiskEx
FSDMGR_WriteDiskEx
FSD_SCATTER_GATHER_INFO