Share via


LPCLOSE_TRANSFER (Windows Embedded CE 6.0)

1/6/2010

This function closes a universal serial bus (USB) transfer handle.

Syntax

typedef BOOL (* LPCLOSE_TRANSFER)(
  USB_TRANSFER hTransfer
);

Parameters

  • hTransfer
    [in] USB transfer handle.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header usbdi.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

USB Host Driver Functions