Jump to content

UsbCancelTransfer

From EDM2
Revision as of 22:51, 5 January 2017 by Martini (talk | contribs) (Created page with "==Description== Stops asynchronous Bulk or Interrupt Transfer with a specific endpoint. Stops asynchronous Isochronous Transfer with a specific endpoint. ==Syntax== <pre> ulr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Stops asynchronous Bulk or Interrupt Transfer with a specific endpoint. Stops asynchronous Isochronous Transfer with a specific endpoint.

Syntax

ulrc=UsbCancelTransfer(Handle,Endpoint,AltInterface,ulEvent)

Parameters

Handle
Endpoint
AltInterface
ulEvent

Return Code

 [0000] - NO_ERROR
 [0057] - ERROR_INVALID_PARAMETER
 [1B58] - USB_NOT_INIT (7000)

Errors

Remarks

Example Code


Related Functions