IsTransferComplete

This function checks whether a transfer has completed.

Syntax

BOOL IsTransferComplete( USB_TRANSFER hTransfer );

Parameters

hTransfer
[IN] Handle to a USB transfer.

Return Values

TRUE indicates that a transfer has completed. FALSE indicates that a transfer has not completed.

Remarks

This function is defined in the Mousedrv.cpp file.