Share via


FSD_SCATTER_GATHER_RESULTS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

FSD Structures
FSDMGR_ReadDiskEx
FSDMGR_WriteDiskEx
FSD_SCATTER_GATHER_INFO