Share via


IOCTL_FMD_RAW_WRITE_BLOCKS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This IOCTL, for NOR flash memory, writes data passed into an entire block. For NAND flash memory, this IOCTL writes data to both the page data section as well as the page spare area.

Parameters

  • dwIoControlCode
    [in] Specifies this IOCTL.
  • nInBufferSize
    [in] Size of the value pointed to by lpInBuffer.
  • lpOutBuffer
    Not used. Set to NULL.
  • nOutBufferSize
    Not used. Set to zero (0).
  • lpBytesReturned
    Not used. Set to NULL.

Return Values

Returns a nonzero value if successful. If this IOCTL fails, the return value is zero. To obtain extended error information, call GetLastError.

Requirements

Header fmd.h
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

Flash Media Driver IOCTLs
RawWriteBlocksReq

Other Resources

GetLastError