Contents Index Topic Contents | ||
Previous Topic: IHTMLEventObj::get_qualifier Next Topic: IHTMLEventObj::get_x |
IHTMLEventObj::get_reason
HRESULT get_reason( long *p );Retrieves the disposition of data transfer for a data source object.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a long integer variable that receives an integer value specifying the reason for completion. Can be one of these values:
0 Data transmitted successfully. 1 Data transfer aborted. 2 Data transfer in error.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.