Param Property

Description

Returns the parameter of the transfer progress notification registered by FtsRegisterStatusCallback that has triggered the most recent transfer notification event.

Syntax
object.Param

Remarks

The parameter can be used by the caller to identify different transfer notification requests. The value can be arbitrarily chosen by the caller. Any Long number is valid.

For example, a caller could identify the first FtsRegisterStatusCallback request with a param parameter value of 4, the second request with 7, and the third request with 54. Then when a notification event is triggered, the Param property can be read. In this example, if the Param property value were 54, that would indicate that it was the third request that triggered the event.

See Also

Return to File Transfer Reference.

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