IHTMLNextIdElement::n Property

Retrieves the value of the identifier name.

Syntax

HRESULT IHTMLNextIdElement::get_n(BSTR *p);
HRESULT IHTMLNextIdElement::put_n(BSTR v);

Parameters

  • p
    Pointer to a variable of type BSTR that receives the identifier name to set.
  • v
    BSTR that specifies the identifier name to set.

Return Value

Returns S_OK if successful, or an error value otherwise.