Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This IOCTL is called by a user application to notify the OS that the transfer is complete.
Parameters
- hDevice
[in] Handle to a file received from CreateFile. - dwIoControlCode
[in] Set to FSCTL_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: Fsioctl.h
See Also
Copy External IOCTLs | CreateFile
Send Feedback on this topic to the authors