FSD_SCATTER_GATHER_RESULTS (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.