This event is triggered by a requested progress notification.
Private Sub object_FtsOnTransferProgress
Parameter Description This event has no parameters.
Register the notifications you want with the FtsRegisterStatusCallback method.
The following kinds of progress notifications will trigger this event. Each item represents a requested increment of file transfer (for example, specifying 4096 for the number of total bytes would trigger a progress notification every 4096 bytes of the entire file transfer).
- Number of file data bytes
- Percent of file data bytes
- Number of total data bytes
- Number of total bytes
- Number of packets
- Number of packets dropped
- Number of packets corrected
- Number of bogus packets
- Number of duplicate packets
Return to File Transfer Reference.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.