This topic has not yet been rated - Rate this topic

reason property

Sets or retrieves the result of the data transfer for a data source object.

Syntax

HRESULT value = object.put_reason( v);HRESULT value = object.get_reason(* p);

Property values

Type: long

0

Data transmitted successfully.

1

Data transfer aborted.

2

Data transferred in error.

Remarks

The IHTMLEventObj::reason property specifies the state of completion of the data transfer.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.