IHTMLOptionsHolder::document Property

Retrieves a pointer to the parent document of the dialog box.

Syntax

HRESULT IHTMLOptionsHolder::get_document(IHTMLDocument2 **p);

Parameters

  • p
    Address of a pointer to the dialog box's parent IHTMLDocument2 interface.

Return Value

Returns S_OK if successful, or an error value otherwise.