FSDMGR_WriteDiskEx (Windows CE 5.0)
This function writes sectors to a disk from discontinuous buffers. It is called by an FSD.
DWORD FSDMGR_WriteDiskEx( PFSGIpfsgi,PFSGR pfsgr);
Parameters
- pfsgi
[in] Pointer to an FSD_SCATTER_GATHER_INFO structure. - pfsgr
[in] Pointer to an FSD_SCATTER_GATHER_RESULTS structure.
Return Values
ERROR_SUCCESS indicates success. A standard Windows API error code indicates failure.
Remarks
The pfbi member of the FSD_SCATTER_GATHER_INFO structure points to the FSD_BUFFER_INFO structure or structures, which contain the information to be written to the mounted volumes. The cSectorsTransferred member of the FSD_SCATTER_GATHER_RESULTS structure contains the total 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
OS Versions: Windows CE 2.10 and later.
Header: Fsdmgr.h.
Link Library: Fsdmgr.lib.
See Also
FSDMGR_ReadDiskEx | FSD_BUFFER_INFO | FSD_SCATTER_GATHER_INFO | FSD_SCATTER_GATHER_RESULTS
Send Feedback on this topic to the authors