This function closes an active transfer handle.
BOOL CloseTransfer( USB_TRANSFER hTransfer );
TRUE indicates success. FALSE indicates failure.
This function aborts a transfer in progress and frees resources associated with the transfer.
This function is defined in the Mousedrv.cpp file.