Contents Index Topic Contents | ||
Previous Topic: IHTMLDocument2::elementFromPoint Next Topic: IHTMLDocument2::get_styleSheets |
IHTMLDocument2::get_parentWindow
HRESULT get_parentWindow( IHTMLWindow2 **p );Retrieves an interface pointer to the window object for the document.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLWindow2 interface associated with the parent window.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.