Contents Index Topic Contents | ||
Previous Topic: IHTMLWindow2::get_Option Next Topic: IHTMLWindow2::get_screen |
IHTMLWindow2::get_parent
HRESULT get_parent( IHTMLWindow2 **p );Retrieves an interface pointer to the parent object in the object hierarchy.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable the receives the interface pointer.
In a FRAMESET and FRAME relationship, this function retrieves an object representing the FRAMESET window. On a document, the parent is the window.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.