Contents Index Topic Contents | ||
Previous Topic: IHTMLWindow2::get_onunload Next Topic: IHTMLWindow2::get_Option |
IHTMLWindow2::get_opener
HRESULT get_opener( VARIANT *p );Retrieves a reference to the window that created the current window.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the reference to the creating window.
See also put_opener
IHTMLWindow2::put_opener
HRESULT put_opener( VARIANT v );Sets a reference to the window that created the current window.
- Returns S_OK if successful, or an error value otherwise.
- v
- String or value specifying the reference to the creating window.
See also get_opener
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.