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 function signals the event passed in when the universal serial bus (USB) signals that a transfer has completed.
DWORD DefaultTransferComplete( PVOID Context);
Parameters
- Context
[in] Event to set with SetEvent.
Return Values
Microsoft® Win32® error code. For more information, see GetLastError.
Remarks
If transfers are aborted or closed before they are completed, DefaultTransferComplete still executes.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbclient.h.
See Also
Send Feedback on this topic to the authors