IHTMLFrameSetElement::name Property

Sets or retrieves the frame name.

Syntax

HRESULT IHTMLFrameSetElement::get_name(BSTR *p);
HRESULT IHTMLFrameSetElement::put_name(BSTR v);

Parameters

  • p
    Pointer to a variable of type BSTR that receives an arbitrary name used to identify the object.
  • v
    BSTR that specifies an arbitrary name used to identify the object.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The IHTMLFrameSetElement::name property identifies which frame displays the content of a linked document.