Share via


IOCTL_FLASH_DELETE_LOGICAL_SECTORS (Windows Embedded CE 6.0)

1/6/2010

This IOCTL deletes a set of sector ranges from the storage media in a single operation. Multiple sector ranges that are not contiguous are able to be specified in a single request.

Parameters

  • dwIoControlCode
    [in] Specifies this IOCTL.
  • nInBufferSize
    [in] Size of the FLASH_SECTOR_DELETE structure plus the size of the SECTOR_RUN structure for each SECTOR_RUN structure in the sector deletion list beyond the first.
  • 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 FlashMdd.h
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Flash Driver MDD IOCTLs