IOCTL_DISK_COPY_EXTERNAL_COMPLETE (Windows CE 5.0)
This IOCTL is called by the file system and informs the block driver that the transfer is complete.
Parameters
- hDevice
[in] Handle to the block device. - dwIoControlCode
[in] Set to IOCTL_DISK_COPY_EXTERNAL_COMPLETE. - lpInBuf
[in] Pointer to user-defined data. - nInBufSize
[in] Size of the input buffer. - lpOutBuf
[out] Not used. - nOutBufSize
[in] Not used. - lpBytesReturned
[out] Not used.
Return Values
If successful, the return value is nonzero. If unsuccessful, the return value is zero.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Diskio.h
See Also
Send Feedback on this topic to the authors