FSDMGR_WriteDiskEx (Windows Embedded CE 6.0)

1/6/2010

This function is called by a file system driver (FSD) to write sectors to a disk from discontinuous buffers.

Syntax

DWORD FSDMGR_WriteDiskEx( 
  PFSGI pfsgi, 
  PFSGR pfsgr
);

Parameters

Return Value

ERROR_SUCCESS indicates success. A standard Windows error code indicates failure.

Remarks

The pfbi member of the FSD_SCATTER_GATHER_INFO structure points to a FSD_BUFFER_INFO structure or structures that contain the information to be written to the mounted volumes. The cSectorsTransferred member of the FSD_SCATTER_GATHER_RESULTS structure contains the number of sectors transferred. If the driver or system does not support scatter or gather, the output is converted automatically to normal I/O.

Requirements

Header fsdmgr.h
Library Fsdmgr.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

FSDMGR Functions
FSD Functions
FSDMGR_ReadDiskEx
FSD_BUFFER_INFO
FSD_SCATTER_GATHER_INFO
FSD_SCATTER_GATHER_RESULTS