Pipe Functions
The following table shows the USB driver functions with a description of the purpose of each.
Programming element | Description |
---|---|
AbortPipeTransfers | This function aborts all transfers on an open USB pipe. |
ClosePipe | This function closes an open pipe handle. |
IsDefaultPipeHalted | This function always returns FALSE. The default pipe never halts. This function is deprecated. |
IsPipeHalted | This function checks if a USB pipe is in a halted state. |
OpenPipe | This function opens a pipe for communication with a USB device. |
ResetDefaultPipe | This function resets the default pipe to a USB device. |
ResetPipe | This function resets an open USB pipe. |
See Also
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.