FtsOnTransferProgress Event

Description

This event is triggered by a requested progress notification.

Syntax
Private Sub object_FtsOnTransferProgress 

ParameterDescription
This event has no parameters.

Remarks

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).

See Also

Return to File Transfer Reference.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.