Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure contains the number of sectors transferred when calling the FSDMGR_ReadDiskExor the FSDMGR_WriteDiskExfunction.

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_ReadDiskExand FSDMGR_WriteDiskEx.

Requirements

Header fsdmgr.h
Windows Embedded CE Windows CE 2.10 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also