IHTMLElement::get_documentIHTMLElement::get_document*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLElement::get_onmouseup
*Next Topic: IHTMLElement::put_title

IHTMLElement::get_document


HRESULT get_document(
    IDispatch **p
);

Retrieves an interface pointer that provides access to the document object's properties and methods.

p
Address of a pointer to the IDispatch interface for the document object. The variable receives NULL if the current object is the top-most object.

See also IHTMLDocument2


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