IHTMLWindow2::get_parentIHTMLWindow2::get_parent*
*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.

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.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.