Contents Index Topic Contents | ||
Previous Topic: IHTMLEventObj Next Topic: IHTMLEventObj::get_altKey |
IHTMLEventObj::get_srcElement
HRESULT get_srcElement( IHTMLElement **p );Retrieves an interface pointer for the object in which the event occurred.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLElement interface of the object.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.