IHTMLEmbedElement2::pluginspage Property

Retrieves the URL of the plug-in used to view an embedded document.

Syntax

HRESULT IHTMLEmbedElement2::get_pluginspage(BSTR *p);

Parameters

  • p
    Pointer to a variable of type BSTR that receives the URL of the plug-in(s).

Return Value

Returns S_OK if successful, or an error value otherwise.