Contents Index Topic Contents | ||
Previous Topic: IHTMLWindow2::get_screen Next Topic: IHTMLWindow2::get_status |
IHTMLWindow2::get_self
HRESULT get_self( IHTMLWindow2 **p );Retrieves an interface pointer to the current window.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the interface pointer.
Use the self property to disambiguate a window property from a form of the same name.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.