IOCTL_FLASH_PDD_COPY_PHYSICAL_SECTORS (Windows Embedded CE 6.0)
1/6/2010
This IOCTL copies data from multiple source sectors to destination sectors.
Parameters
- dwIoControlCode
[in] Specifies this IOCTL.
- lpInBuffer
[in] Pointer to an array of FLASH_PDD_COPY structures. Each element of the array defines a request of contiguous sectors to copy.
- nInBufferSize
[in] Set to the size, in bytes, of the FLASH_PDD_COPY array.
- 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 | FlashPdd.h |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |